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