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