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