#cbfcd2
a pale, electric green · cool · closest name: beige
RGB
203, 252, 210
HSL
129°, 89%, 89%
CMYK
19, 0, 17, 1
Luminance
0.8697
Every format
| HEX | #cbfcd2 |
| RGB | rgb(203, 252, 210) |
| HSL | hsl(129, 89%, 89%) |
| CMYK | cmyk(19%, 0%, 17%, 1%) |
| LAB | lab(94.7 -23.4 15.1) |
| LCH | lch(94.7 27.9 147.3) |
| OKLCH | oklch(0.946 0.075 148.9) |
Copy-ready code
/* CSS */
color: #cbfcd2;
background-color: #cbfcd2;
/* Tailwind (arbitrary) */
class="text-[#cbfcd2] bg-[#cbfcd2]"
/* SCSS */
$brand: #cbfcd2;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.824)
/* Android */
Color.parseColor("#cbfcd2")Accessibility — WCAG contrast
Aa
#cbfcd2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfcd2 on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue82.4%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow16.7%
Key (black)1.2%
Color previews
#cbfcd2 text on a black background
contrast 18.39:1
Card sample
#cbfcd2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfcd2;
Background color
Panel with #cbfcd2 background
background-color: #cbfcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfcd2; background: linear-gradient(135deg, #cbfcd2, #CBFCF3);