#cbf9c2
a pale, electric green · cool · closest name: beige
RGB
203, 249, 194
HSL
110°, 82%, 87%
CMYK
19, 0, 22, 2
Luminance
0.8434
Every format
| HEX | #cbf9c2 |
| RGB | rgb(203, 249, 194) |
| HSL | hsl(110, 82%, 87%) |
| CMYK | cmyk(19%, 0%, 22%, 2%) |
| LAB | lab(93.6 -24.7 21.7) |
| LCH | lch(93.6 32.9 138.7) |
| OKLCH | oklch(0.936 0.087 140.5) |
Copy-ready code
/* CSS */
color: #cbf9c2;
background-color: #cbf9c2;
/* Tailwind (arbitrary) */
class="text-[#cbf9c2] bg-[#cbf9c2]"
/* SCSS */
$brand: #cbf9c2;
/* SwiftUI */
Color(red: 0.796, green: 0.976, blue: 0.761)
/* Android */
Color.parseColor("#cbf9c2")Accessibility — WCAG contrast
Aa
#cbf9c2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf9c2 on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.6%
Blue76.1%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow22.1%
Key (black)2.4%
Color previews
#cbf9c2 text on a black background
contrast 17.87:1
Card sample
#cbf9c2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf9c2;
Background color
Panel with #cbf9c2 background
background-color: #cbf9c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf9c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 249, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 249, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf9c2; background: linear-gradient(135deg, #cbf9c2, #C2F9DE);