#cbf6ec
a pale, vivid cyan · cool · closest name: ivory
RGB
203, 246, 236
HSL
166°, 71%, 88%
CMYK
18, 0, 4, 4
Luminance
0.8466
Every format
| HEX | #cbf6ec |
| RGB | rgb(203, 246, 236) |
| HSL | hsl(166, 71%, 88%) |
| CMYK | cmyk(18%, 0%, 4%, 4%) |
| LAB | lab(93.7 -15.7 0.2) |
| LCH | lch(93.7 15.7 179.2) |
| OKLCH | oklch(0.940 0.046 179.6) |
Copy-ready code
/* CSS */
color: #cbf6ec;
background-color: #cbf6ec;
/* Tailwind (arbitrary) */
class="text-[#cbf6ec] bg-[#cbf6ec]"
/* SCSS */
$brand: #cbf6ec;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.925)
/* Android */
Color.parseColor("#cbf6ec")Accessibility — WCAG contrast
Aa
#cbf6ec on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf6ec on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue92.5%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow4.1%
Key (black)3.5%
Color previews
#cbf6ec text on a black background
contrast 17.93:1
Card sample
#cbf6ec text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf6ec;
Background color
Panel with #cbf6ec background
background-color: #cbf6ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf6ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf6ec; background: linear-gradient(135deg, #cbf6ec, #CBE3F6);