#cbfdf0
a pale, electric cyan · cool · closest name: ivory
RGB
203, 253, 240
HSL
164°, 93%, 89%
CMYK
20, 0, 5, 1
Luminance
0.8924
Every format
| HEX | #cbfdf0 |
| RGB | rgb(203, 253, 240) |
| HSL | hsl(164, 93%, 89%) |
| CMYK | cmyk(20%, 0%, 5%, 1%) |
| LAB | lab(95.7 -18.4 1.0) |
| LCH | lch(95.7 18.4 176.9) |
| OKLCH | oklch(0.956 0.054 177.5) |
Copy-ready code
/* CSS */
color: #cbfdf0;
background-color: #cbfdf0;
/* Tailwind (arbitrary) */
class="text-[#cbfdf0] bg-[#cbfdf0]"
/* SCSS */
$brand: #cbfdf0;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.941)
/* Android */
Color.parseColor("#cbfdf0")Accessibility — WCAG contrast
Aa
#cbfdf0 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfdf0 on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue94.1%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow5.1%
Key (black)0.8%
Color previews
#cbfdf0 text on a black background
contrast 18.85:1
Card sample
#cbfdf0 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfdf0;
Background color
Panel with #cbfdf0 background
background-color: #cbfdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfdf0; background: linear-gradient(135deg, #cbfdf0, #CBE9FD);