#cbfcf0
a pale, electric cyan · cool · closest name: ivory
RGB
203, 252, 240
HSL
165°, 89%, 89%
CMYK
19, 0, 5, 1
Luminance
0.8861
Every format
| HEX | #cbfcf0 |
| RGB | rgb(203, 252, 240) |
| HSL | hsl(165, 89%, 89%) |
| CMYK | cmyk(19%, 0%, 5%, 1%) |
| LAB | lab(95.4 -17.9 0.6) |
| LCH | lch(95.4 17.9 178.0) |
| OKLCH | oklch(0.954 0.052 178.5) |
Copy-ready code
/* CSS */
color: #cbfcf0;
background-color: #cbfcf0;
/* Tailwind (arbitrary) */
class="text-[#cbfcf0] bg-[#cbfcf0]"
/* SCSS */
$brand: #cbfcf0;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.941)
/* Android */
Color.parseColor("#cbfcf0")Accessibility — WCAG contrast
Aa
#cbfcf0 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfcf0 on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue94.1%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow4.8%
Key (black)1.2%
Color previews
#cbfcf0 text on a black background
contrast 18.72:1
Card sample
#cbfcf0 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfcf0;
Background color
Panel with #cbfcf0 background
background-color: #cbfcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfcf0; background: linear-gradient(135deg, #cbfcf0, #CBE7FC);