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