#cbf4f1
a pale, vivid cyan · cool · closest name: white
RGB
203, 244, 241
HSL
176°, 65%, 88%
CMYK
17, 0, 1, 4
Luminance
0.8375
Every format
| HEX | #cbf4f1 |
| RGB | rgb(203, 244, 241) |
| HSL | hsl(176, 65%, 88%) |
| CMYK | cmyk(17%, 0%, 1%, 4%) |
| LAB | lab(93.3 -13.7 -3.0) |
| LCH | lch(93.3 14.0 192.1) |
| OKLCH | oklch(0.937 0.042 191.0) |
Copy-ready code
/* CSS */
color: #cbf4f1;
background-color: #cbf4f1;
/* Tailwind (arbitrary) */
class="text-[#cbf4f1] bg-[#cbf4f1]"
/* SCSS */
$brand: #cbf4f1;
/* SwiftUI */
Color(red: 0.796, green: 0.957, blue: 0.945)
/* Android */
Color.parseColor("#cbf4f1")Accessibility — WCAG contrast
Aa
#cbf4f1 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf4f1 on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.7%
Blue94.5%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow1.2%
Key (black)4.3%
Color previews
#cbf4f1 text on a black background
contrast 17.75:1
Card sample
#cbf4f1 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf4f1;
Background color
Panel with #cbf4f1 background
background-color: #cbf4f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf4f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 244, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 244, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf4f1; background: linear-gradient(135deg, #cbf4f1, #CBDCF4);