#cbf8da
a pale, electric green · cool · closest name: beige
RGB
203, 248, 218
HSL
140°, 76%, 88%
CMYK
18, 0, 12, 3
Luminance
0.8489
Every format
| HEX | #cbf8da |
| RGB | rgb(203, 248, 218) |
| HSL | hsl(140, 76%, 88%) |
| CMYK | cmyk(18%, 0%, 12%, 3%) |
| LAB | lab(93.8 -20.1 9.7) |
| LCH | lch(93.8 22.3 154.3) |
| OKLCH | oklch(0.940 0.061 155.9) |
Copy-ready code
/* CSS */
color: #cbf8da;
background-color: #cbf8da;
/* Tailwind (arbitrary) */
class="text-[#cbf8da] bg-[#cbf8da]"
/* SCSS */
$brand: #cbf8da;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.855)
/* Android */
Color.parseColor("#cbf8da")Accessibility — WCAG contrast
Aa
#cbf8da on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf8da on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue85.5%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow12.1%
Key (black)2.7%
Color previews
#cbf8da text on a black background
contrast 17.98:1
Card sample
#cbf8da text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf8da;
Background color
Panel with #cbf8da background
background-color: #cbf8da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf8da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf8da; background: linear-gradient(135deg, #cbf8da, #CBF8F8);