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