#cefdfc
a pale, electric cyan · cool · closest name: white
RGB
206, 253, 252
HSL
179°, 92%, 90%
CMYK
19, 0, 0, 1
Luminance
0.9040
Every format
| HEX | #cefdfc |
| RGB | rgb(206, 253, 252) |
| HSL | hsl(179, 92%, 90%) |
| CMYK | cmyk(19%, 0%, 0%, 1%) |
| LAB | lab(96.2 -15.1 -4.5) |
| LCH | lch(96.2 15.7 196.5) |
| OKLCH | oklch(0.961 0.048 194.8) |
Copy-ready code
/* CSS */
color: #cefdfc;
background-color: #cefdfc;
/* Tailwind (arbitrary) */
class="text-[#cefdfc] bg-[#cefdfc]"
/* SCSS */
$brand: #cefdfc;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#cefdfc")Accessibility — WCAG contrast
Aa
#cefdfc on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefdfc on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue98.8%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#cefdfc text on a black background
contrast 19.08:1
Card sample
#cefdfc text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefdfc;
Background color
Panel with #cefdfc background
background-color: #cefdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefdfc; background: linear-gradient(135deg, #cefdfc, #CEDFFD);