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