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