#cbf1ac
a light, vivid green · cool · closest name: khaki
RGB
203, 241, 172
HSL
93°, 71%, 81%
CMYK
16, 0, 29, 6
Luminance
0.7859
Every format
| HEX | #cbf1ac |
| RGB | rgb(203, 241, 172) |
| HSL | hsl(93, 71%, 81%) |
| CMYK | cmyk(16%, 0%, 29%, 6%) |
| LAB | lab(91.0 -24.2 29.4) |
| LCH | lch(91.0 38.1 129.5) |
| OKLCH | oklch(0.914 0.099 131.6) |
Copy-ready code
/* CSS */
color: #cbf1ac;
background-color: #cbf1ac;
/* Tailwind (arbitrary) */
class="text-[#cbf1ac] bg-[#cbf1ac]"
/* SCSS */
$brand: #cbf1ac;
/* SwiftUI */
Color(red: 0.796, green: 0.945, blue: 0.675)
/* Android */
Color.parseColor("#cbf1ac")Accessibility — WCAG contrast
Aa
#cbf1ac on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf1ac on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.5%
Blue67.5%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow28.6%
Key (black)5.5%
Color previews
#cbf1ac text on a black background
contrast 16.72:1
Card sample
#cbf1ac text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf1ac;
Background color
Panel with #cbf1ac background
background-color: #cbf1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 241, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 241, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf1ac; background: linear-gradient(135deg, #cbf1ac, #ACF1BB);