HSL(149, 95%, 88%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(149,95%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(149, 95%, 88%) | color: hsl(149, 95%, 88%) | |
| HEX | #C3FDDF | color: #C3FDDF | |
| RGB | rgb(195, 253, 223) | color: rgb(195, 253, 223) | |
| CMYK | cmyk(23%, 0%, 12%, 1%) | — | |
| HSV | hsv(149, 23%, 99%) | — | |
| HWB | hwb(149 76% 1%) | color: hwb(149 76% 1%) | |
| OKLCH | oklch(0.9465 0.0713 162.14) | color: oklch(0.9465 0.0713 162.14) | |
| Lab | lab(94.81 -24.09 8.44) | color: lab(94.81 -24.09 8.44) | |
| LCH | lch(94.81 25.53 160.69) | color: lch(94.81 25.53 160.69) |
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)
#DCDDE6 — rgb(220, 221, 230)
Deuteranopia (Green-blind)
#D9D4E8 — rgb(217, 212, 232)
Tritanopia (Blue-blind)
#C6ECED — rgb(198, 236, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(149, 95%, 88%);
text
color: hsl(149, 95%, 88%);
border
border: 2px solid hsl(149, 95%, 88%);
gradient light
background: linear-gradient(to right, hsl(149, 95%, 100%), hsl(149, 95%, 88%));
gradient dark
background: linear-gradient(to right, hsl(149, 95%, 88%), hsl(149, 95%, 68%))
hex
background-color: #C3FDDF;
tailwind
bg-[hsl(149,95%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(149, 95%, 88%, 0.4);
css variable
--color-primary: hsl(149, 95%, 88%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(149, 95%, 88%)?
HEX: #C3FDDF | RGB: rgb(195, 253, 223) | CMYK: 23%, 0%, 12%, 1% | HSV: 149°, 23%, 99%. Copy any format from the conversion table above.
What colors go well with #C3FDDF?
The complementary color is HSL(329, 95%, 88%). For a triadic harmony, use hues 149°, 269°, and 29°. For analogous combinations, try hues 119° and 179°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(149, 95%, 88%) in CSS?
As HSL: color: hsl(149, 95%, 88%); — As HEX: color: #C3FDDF; — As RGB: color: rgb(195, 253, 223); — Tailwind CSS: bg-[hsl(149,95%,88%)] — CSS variable: --color-primary: hsl(149, 95%, 88%);