#cbf2ac
a light, vivid green · cool · closest name: khaki
RGB
203, 242, 172
HSL
93°, 73%, 81%
CMYK
16, 0, 29, 5
Luminance
0.7918
Every format
| HEX | #cbf2ac |
| RGB | rgb(203, 242, 172) |
| HSL | hsl(93, 73%, 81%) |
| CMYK | cmyk(16%, 0%, 29%, 5%) |
| LAB | lab(91.3 -24.7 29.8) |
| LCH | lch(91.3 38.7 129.7) |
| OKLCH | oklch(0.916 0.101 131.8) |
Copy-ready code
/* CSS */
color: #cbf2ac;
background-color: #cbf2ac;
/* Tailwind (arbitrary) */
class="text-[#cbf2ac] bg-[#cbf2ac]"
/* SCSS */
$brand: #cbf2ac;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 0.675)
/* Android */
Color.parseColor("#cbf2ac")Accessibility — WCAG contrast
Aa
#cbf2ac on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf2ac on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue67.5%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow28.9%
Key (black)5.1%
Color previews
#cbf2ac text on a black background
contrast 16.84:1
Card sample
#cbf2ac text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf2ac;
Background color
Panel with #cbf2ac background
background-color: #cbf2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf2ac; background: linear-gradient(135deg, #cbf2ac, #ACF2BC);