#cefffd
a pale, electric cyan · cool · closest name: white
RGB
206, 255, 253
HSL
178°, 100%, 90%
CMYK
19, 0, 1, 0
Luminance
0.9173
Every format
| HEX | #cefffd |
| RGB | rgb(206, 255, 253) |
| HSL | hsl(178, 100%, 90%) |
| CMYK | cmyk(19%, 0%, 1%, 0%) |
| LAB | lab(96.7 -15.8 -4.2) |
| LCH | lch(96.7 16.4 194.8) |
| OKLCH | oklch(0.966 0.050 193.3) |
Copy-ready code
/* CSS */
color: #cefffd;
background-color: #cefffd;
/* Tailwind (arbitrary) */
class="text-[#cefffd] bg-[#cefffd]"
/* SCSS */
$brand: #cefffd;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#cefffd")Accessibility — WCAG contrast
Aa
#cefffd on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefffd on black: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue99.2%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#cefffd text on a black background
contrast 19.35:1
Card sample
#cefffd text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefffd;
Background color
Panel with #cefffd background
background-color: #cefffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefffd; background: linear-gradient(135deg, #cefffd, #CEE0FF);