HSL(133, 26%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(133,26%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 26%, 85%) | color: hsl(133, 26%, 85%) | |
| HEX | #CFE3D3 | color: #CFE3D3 | |
| RGB | rgb(207, 227, 211) | color: rgb(207, 227, 211) | |
| CMYK | cmyk(9%, 0%, 7%, 11%) | — | |
| HSV | hsv(132, 9%, 89%) | — | |
| HWB | hwb(132 81% 11%) | color: hwb(132 81% 11%) | |
| OKLCH | oklch(0.8965 0.0303 151.49) | color: oklch(0.8965 0.0303 151.49) | |
| Lab | lab(88.4 -9.59 5.55) | color: lab(88.4 -9.59 5.55) | |
| LCH | lch(88.4 11.08 149.94) | color: lch(88.4 11.08 149.94) |
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)
#D8D8D7 — rgb(216, 216, 215)
Deuteranopia (Green-blind)
#D7D5D8 — rgb(215, 213, 216)
Tritanopia (Blue-blind)
#D0DADB — rgb(208, 218, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 26%, 85%);
text
color: hsl(133, 26%, 85%);
border
border: 2px solid hsl(133, 26%, 85%);
gradient light
background: linear-gradient(to right, hsl(133, 26%, 100%), hsl(133, 26%, 85%));
gradient dark
background: linear-gradient(to right, hsl(133, 26%, 85%), hsl(133, 26%, 65%))
hex
background-color: #CFE3D3;
tailwind
bg-[hsl(133,26%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 26%, 85%, 0.4);
css variable
--color-primary: hsl(133, 26%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(133, 26%, 85%)?
HEX: #CFE3D3 | RGB: rgb(207, 227, 211) | CMYK: 9%, 0%, 7%, 11% | HSV: 132°, 9%, 89%. Copy any format from the conversion table above.
What colors go well with #CFE3D3?
The complementary color is HSL(313, 26%, 85%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 26%, 85%) in CSS?
As HSL: color: hsl(133, 26%, 85%); — As HEX: color: #CFE3D3; — As RGB: color: rgb(207, 227, 211); — Tailwind CSS: bg-[hsl(133,26%,85%)] — CSS variable: --color-primary: hsl(133, 26%, 85%);