HSL(102, 19%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(102,19%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 19%, 78%) | color: hsl(102, 19%, 78%) | |
| HEX | #C3D2BC | color: #C3D2BC | |
| RGB | rgb(195, 210, 188) | color: rgb(195, 210, 188) | |
| CMYK | cmyk(7%, 0%, 10%, 18%) | — | |
| HSV | hsv(101, 10%, 82%) | — | |
| HWB | hwb(101 74% 18%) | color: hwb(101 74% 18%) | |
| OKLCH | oklch(0.8463 0.0341 135.55) | color: oklch(0.8463 0.0341 135.55) | |
| Lab | lab(82.55 -9.09 9.18) | color: lab(82.55 -9.09 9.18) | |
| LCH | lch(82.55 12.92 134.72) | color: lch(82.55 12.92 134.72) |
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)
#C9CAC1 — rgb(201, 202, 193)
Deuteranopia (Green-blind)
#C9C8C3 — rgb(201, 200, 195)
Tritanopia (Blue-blind)
#C4C6C6 — rgb(196, 198, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 19%, 78%);
text
color: hsl(102, 19%, 78%);
border
border: 2px solid hsl(102, 19%, 78%);
gradient light
background: linear-gradient(to right, hsl(102, 19%, 98%), hsl(102, 19%, 78%));
gradient dark
background: linear-gradient(to right, hsl(102, 19%, 78%), hsl(102, 19%, 58%))
hex
background-color: #C3D2BC;
tailwind
bg-[hsl(102,19%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 19%, 78%, 0.4);
css variable
--color-primary: hsl(102, 19%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 19%, 78%)?
HEX: #C3D2BC | RGB: rgb(195, 210, 188) | CMYK: 7%, 0%, 10%, 18% | HSV: 101°, 10%, 82%. Copy any format from the conversion table above.
What colors go well with #C3D2BC?
The complementary color is HSL(282, 19%, 78%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 19%, 78%) in CSS?
As HSL: color: hsl(102, 19%, 78%); — As HEX: color: #C3D2BC; — As RGB: color: rgb(195, 210, 188); — Tailwind CSS: bg-[hsl(102,19%,78%)] — CSS variable: --color-primary: hsl(102, 19%, 78%);