#cbf6b2
a light, electric green · cool · closest name: khaki
RGB
203, 246, 178
HSL
98°, 79%, 83%
CMYK
18, 0, 28, 4
Luminance
0.8182
Every format
| HEX | #cbf6b2 |
| RGB | rgb(203, 246, 178) |
| HSL | hsl(98, 79%, 83%) |
| CMYK | cmyk(18%, 0%, 28%, 4%) |
| LAB | lab(92.5 -25.8 28.3) |
| LCH | lch(92.5 38.3 132.3) |
| OKLCH | oklch(0.926 0.100 134.3) |
Copy-ready code
/* CSS */
color: #cbf6b2;
background-color: #cbf6b2;
/* Tailwind (arbitrary) */
class="text-[#cbf6b2] bg-[#cbf6b2]"
/* SCSS */
$brand: #cbf6b2;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.698)
/* Android */
Color.parseColor("#cbf6b2")Accessibility — WCAG contrast
Aa
#cbf6b2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf6b2 on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue69.8%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow27.6%
Key (black)3.5%
Color previews
#cbf6b2 text on a black background
contrast 17.36:1
Card sample
#cbf6b2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf6b2;
Background color
Panel with #cbf6b2 background
background-color: #cbf6b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf6b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf6b2; background: linear-gradient(135deg, #cbf6b2, #B2F6C6);