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