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