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