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