#cbeeac
a light, vivid green · cool · closest name: khaki
RGB
203, 238, 172
HSL
92°, 66%, 80%
CMYK
15, 0, 28, 7
Luminance
0.7682
Every format
| HEX | #cbeeac |
| RGB | rgb(203, 238, 172) |
| HSL | hsl(92, 66%, 80%) |
| CMYK | cmyk(15%, 0%, 28%, 7%) |
| LAB | lab(90.2 -22.8 28.3) |
| LCH | lch(90.2 36.3 128.8) |
| OKLCH | oklch(0.908 0.094 130.8) |
Copy-ready code
/* CSS */
color: #cbeeac;
background-color: #cbeeac;
/* Tailwind (arbitrary) */
class="text-[#cbeeac] bg-[#cbeeac]"
/* SCSS */
$brand: #cbeeac;
/* SwiftUI */
Color(red: 0.796, green: 0.933, blue: 0.675)
/* Android */
Color.parseColor("#cbeeac")Accessibility — WCAG contrast
Aa
#cbeeac on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbeeac on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green93.3%
Blue67.5%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow27.7%
Key (black)6.7%
Color previews
#cbeeac text on a black background
contrast 16.36:1
Card sample
#cbeeac text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbeeac;
Background color
Panel with #cbeeac background
background-color: #cbeeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbeeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 238, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 238, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbeeac; background: linear-gradient(135deg, #cbeeac, #ACEEB9);