#cefdf6
a pale, electric cyan · cool · closest name: ivory
RGB
206, 253, 246
HSL
171°, 92%, 90%
CMYK
19, 0, 3, 1
Luminance
0.9003
Every format
| HEX | #cefdf6 |
| RGB | rgb(206, 253, 246) |
| HSL | hsl(171, 92%, 90%) |
| CMYK | cmyk(19%, 0%, 3%, 1%) |
| LAB | lab(96.0 -16.3 -1.6) |
| LCH | lch(96.0 16.3 185.6) |
| OKLCH | oklch(0.960 0.049 185.3) |
Copy-ready code
/* CSS */
color: #cefdf6;
background-color: #cefdf6;
/* Tailwind (arbitrary) */
class="text-[#cefdf6] bg-[#cefdf6]"
/* SCSS */
$brand: #cefdf6;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.965)
/* Android */
Color.parseColor("#cefdf6")Accessibility — WCAG contrast
Aa
#cefdf6 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefdf6 on black: 19.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue96.5%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow2.8%
Key (black)0.8%
Color previews
#cefdf6 text on a black background
contrast 19.01:1
Card sample
#cefdf6 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefdf6;
Background color
Panel with #cefdf6 background
background-color: #cefdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefdf6; background: linear-gradient(135deg, #cefdf6, #CEE5FD);