HSL(102, 74%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,74%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 74%, 83%) | color: hsl(102, 74%, 83%) | |
| HEX | #C7F4B4 | color: #C7F4B4 | |
| RGB | rgb(199, 244, 180) | color: rgb(199, 244, 180) | |
| CMYK | cmyk(18%, 0%, 26%, 4%) | — | |
| HSV | hsv(102, 26%, 96%) | — | |
| HWB | hwb(102 71% 4%) | color: hwb(102 71% 4%) | |
| OKLCH | oklch(0.9196 0.0967 136.55) | color: oklch(0.9196 0.0967 136.55) | |
| Lab | lab(91.75 -25.86 26.24) | color: lab(91.75 -25.86 26.24) | |
| LCH | lch(91.75 36.84 134.58) | color: lch(91.75 36.84 134.58) |
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)
#DADBC3 — rgb(218, 219, 195)
Deuteranopia (Green-blind)
#D8D5C7 — rgb(216, 213, 199)
Tritanopia (Blue-blind)
#C9D0D2 — rgb(201, 208, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 74%, 83%);
text
color: hsl(102, 74%, 83%);
border
border: 2px solid hsl(102, 74%, 83%);
gradient light
background: linear-gradient(to right, hsl(102, 74%, 100%), hsl(102, 74%, 83%));
gradient dark
background: linear-gradient(to right, hsl(102, 74%, 83%), hsl(102, 74%, 63%))
hex
background-color: #C7F4B4;
tailwind
bg-[hsl(102,74%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 74%, 83%, 0.4);
css variable
--color-primary: hsl(102, 74%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 74%, 83%)?
HEX: #C7F4B4 | RGB: rgb(199, 244, 180) | CMYK: 18%, 0%, 26%, 4% | HSV: 102°, 26%, 96%. Copy any format from the conversion table above.
What colors go well with #C7F4B4?
The complementary color is HSL(282, 74%, 83%). 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, 74%, 83%) in CSS?
As HSL: color: hsl(102, 74%, 83%); — As HEX: color: #C7F4B4; — As RGB: color: rgb(199, 244, 180); — Tailwind CSS: bg-[hsl(102,74%,83%)] — CSS variable: --color-primary: hsl(102, 74%, 83%);