#cbf9df
a pale, electric green · cool · closest name: beige
RGB
203, 249, 223
HSL
146°, 79%, 89%
CMYK
19, 0, 10, 2
Luminance
0.8578
Every format
| HEX | #cbf9df |
| RGB | rgb(203, 249, 223) |
| HSL | hsl(146, 79%, 89%) |
| CMYK | cmyk(19%, 0%, 10%, 2%) |
| LAB | lab(94.2 -19.6 7.6) |
| LCH | lch(94.2 21.1 158.8) |
| OKLCH | oklch(0.943 0.059 160.3) |
Copy-ready code
/* CSS */
color: #cbf9df;
background-color: #cbf9df;
/* Tailwind (arbitrary) */
class="text-[#cbf9df] bg-[#cbf9df]"
/* SCSS */
$brand: #cbf9df;
/* SwiftUI */
Color(red: 0.796, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#cbf9df")Accessibility — WCAG contrast
Aa
#cbf9df on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf9df on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.6%
Blue87.5%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow10.4%
Key (black)2.4%
Color previews
#cbf9df text on a black background
contrast 18.16:1
Card sample
#cbf9df text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf9df;
Background color
Panel with #cbf9df background
background-color: #cbf9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf9df; background: linear-gradient(135deg, #cbf9df, #CBF4F9);