#cefcee
a pale, electric cyan · cool · closest name: ivory
RGB
206, 252, 238
HSL
162°, 89%, 90%
CMYK
18, 0, 6, 1
Luminance
0.8892
Every format
| HEX | #cefcee |
| RGB | rgb(206, 252, 238) |
| HSL | hsl(162, 89%, 90%) |
| CMYK | cmyk(18%, 0%, 6%, 1%) |
| LAB | lab(95.5 -17.3 1.9) |
| LCH | lch(95.5 17.4 173.9) |
| OKLCH | oklch(0.955 0.051 174.7) |
Copy-ready code
/* CSS */
color: #cefcee;
background-color: #cefcee;
/* Tailwind (arbitrary) */
class="text-[#cefcee] bg-[#cefcee]"
/* SCSS */
$brand: #cefcee;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.933)
/* Android */
Color.parseColor("#cefcee")Accessibility — WCAG contrast
Aa
#cefcee on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcee on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue93.3%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow5.6%
Key (black)1.2%
Color previews
#cefcee text on a black background
contrast 18.78:1
Card sample
#cefcee text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcee;
Background color
Panel with #cefcee background
background-color: #cefcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcee; background: linear-gradient(135deg, #cefcee, #CEEBFC);