#cefef1
a pale, electric cyan · cool · closest name: ivory
RGB
206, 254, 241
HSL
164°, 96%, 90%
CMYK
19, 0, 5, 0
Luminance
0.9036
Every format
| HEX | #cefef1 |
| RGB | rgb(206, 254, 241) |
| HSL | hsl(164, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 5%, 0%) |
| LAB | lab(96.1 -17.7 1.2) |
| LCH | lch(96.1 17.8 176.2) |
| OKLCH | oklch(0.960 0.052 176.9) |
Copy-ready code
/* CSS */
color: #cefef1;
background-color: #cefef1;
/* Tailwind (arbitrary) */
class="text-[#cefef1] bg-[#cefef1]"
/* SCSS */
$brand: #cefef1;
/* SwiftUI */
Color(red: 0.808, green: 0.996, blue: 0.945)
/* Android */
Color.parseColor("#cefef1")Accessibility — WCAG contrast
Aa
#cefef1 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefef1 on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.6%
Blue94.5%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow5.1%
Key (black)0.4%
Color previews
#cefef1 text on a black background
contrast 19.07:1
Card sample
#cefef1 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefef1;
Background color
Panel with #cefef1 background
background-color: #cefef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 254, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 254, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefef1; background: linear-gradient(135deg, #cefef1, #CEEBFE);