#cefaff
a pale, electric cyan · cool · closest name: white
RGB
206, 250, 255
HSL
186°, 100%, 90%
CMYK
19, 2, 0, 0
Luminance
0.8871
Every format
| HEX | #cefaff |
| RGB | rgb(206, 250, 255) |
| HSL | hsl(186, 100%, 90%) |
| CMYK | cmyk(19%, 2%, 0%, 0%) |
| LAB | lab(95.5 -12.9 -7.0) |
| LCH | lch(95.5 14.7 208.6) |
| OKLCH | oklch(0.956 0.045 204.9) |
Copy-ready code
/* CSS */
color: #cefaff;
background-color: #cefaff;
/* Tailwind (arbitrary) */
class="text-[#cefaff] bg-[#cefaff]"
/* SCSS */
$brand: #cefaff;
/* SwiftUI */
Color(red: 0.808, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#cefaff")Accessibility — WCAG contrast
Aa
#cefaff on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefaff on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.0%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cefaff text on a black background
contrast 18.74:1
Card sample
#cefaff text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefaff;
Background color
Panel with #cefaff background
background-color: #cefaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefaff; background: linear-gradient(135deg, #cefaff, #CED9FF);