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