#cbf8ce
a pale, electric green · cool · closest name: beige
RGB
203, 248, 206
HSL
124°, 76%, 88%
CMYK
18, 0, 17, 3
Luminance
0.8429
Every format
| HEX | #cbf8ce |
| RGB | rgb(203, 248, 206) |
| HSL | hsl(124, 76%, 88%) |
| CMYK | cmyk(18%, 0%, 17%, 3%) |
| LAB | lab(93.6 -22.2 15.5) |
| LCH | lch(93.6 27.1 145.1) |
| OKLCH | oklch(0.937 0.073 146.7) |
Copy-ready code
/* CSS */
color: #cbf8ce;
background-color: #cbf8ce;
/* Tailwind (arbitrary) */
class="text-[#cbf8ce] bg-[#cbf8ce]"
/* SCSS */
$brand: #cbf8ce;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.808)
/* Android */
Color.parseColor("#cbf8ce")Accessibility — WCAG contrast
Aa
#cbf8ce on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf8ce on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue80.8%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow16.9%
Key (black)2.7%
Color previews
#cbf8ce text on a black background
contrast 17.86:1
Card sample
#cbf8ce text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf8ce;
Background color
Panel with #cbf8ce background
background-color: #cbf8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf8ce; background: linear-gradient(135deg, #cbf8ce, #CBF8EC);