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