#cbf5eb
a pale, vivid cyan · cool · closest name: ivory
RGB
203, 245, 235
HSL
166°, 68%, 88%
CMYK
17, 0, 4, 4
Luminance
0.8400
Every format
| HEX | #cbf5eb |
| RGB | rgb(203, 245, 235) |
| HSL | hsl(166, 68%, 88%) |
| CMYK | cmyk(17%, 0%, 4%, 4%) |
| LAB | lab(93.5 -15.4 0.3) |
| LCH | lch(93.5 15.4 178.8) |
| OKLCH | oklch(0.938 0.045 179.2) |
Copy-ready code
/* CSS */
color: #cbf5eb;
background-color: #cbf5eb;
/* Tailwind (arbitrary) */
class="text-[#cbf5eb] bg-[#cbf5eb]"
/* SCSS */
$brand: #cbf5eb;
/* SwiftUI */
Color(red: 0.796, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#cbf5eb")Accessibility — WCAG contrast
Aa
#cbf5eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf5eb on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.1%
Blue92.2%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#cbf5eb text on a black background
contrast 17.80:1
Card sample
#cbf5eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf5eb;
Background color
Panel with #cbf5eb background
background-color: #cbf5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf5eb; background: linear-gradient(135deg, #cbf5eb, #CBE3F5);