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