HSL(138, 63%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(138,63%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 63%, 85%) | color: hsl(138, 63%, 85%) | |
| HEX | #C1F1CF | color: #C1F1CF | |
| RGB | rgb(193, 241, 207) | color: rgb(193, 241, 207) | |
| CMYK | cmyk(20%, 0%, 14%, 5%) | — | |
| HSV | hsv(138, 20%, 95%) | — | |
| HWB | hwb(138 76% 5%) | color: hwb(138 76% 5%) | |
| OKLCH | oklch(0.9155 0.0675 154.06) | color: oklch(0.9155 0.0675 154.06) | |
| Lab | lab(91.12 -21.88 11.41) | color: lab(91.12 -21.88 11.41) | |
| LCH | lch(91.12 24.68 152.46) | color: lch(91.12 24.68 152.46) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#D6D6D7 — rgb(214, 214, 215)
Deuteranopia (Green-blind)
#D3CFD9 — rgb(211, 207, 217)
Tritanopia (Blue-blind)
#C3DEDF — rgb(195, 222, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 63%, 85%);
text
color: hsl(138, 63%, 85%);
border
border: 2px solid hsl(138, 63%, 85%);
gradient light
background: linear-gradient(to right, hsl(138, 63%, 100%), hsl(138, 63%, 85%));
gradient dark
background: linear-gradient(to right, hsl(138, 63%, 85%), hsl(138, 63%, 65%))
hex
background-color: #C1F1CF;
tailwind
bg-[hsl(138,63%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 63%, 85%, 0.4);
css variable
--color-primary: hsl(138, 63%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(138, 63%, 85%)?
HEX: #C1F1CF | RGB: rgb(193, 241, 207) | CMYK: 20%, 0%, 14%, 5% | HSV: 138°, 20%, 95%. Copy any format from the conversion table above.
What colors go well with #C1F1CF?
The complementary color is HSL(318, 63%, 85%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 63%, 85%) in CSS?
As HSL: color: hsl(138, 63%, 85%); — As HEX: color: #C1F1CF; — As RGB: color: rgb(193, 241, 207); — Tailwind CSS: bg-[hsl(138,63%,85%)] — CSS variable: --color-primary: hsl(138, 63%, 85%);