#cefdef
a pale, electric cyan · cool · closest name: ivory
RGB
206, 253, 239
HSL
162°, 92%, 90%
CMYK
19, 0, 6, 1
Luminance
0.8960
Every format
| HEX | #cefdef |
| RGB | rgb(206, 253, 239) |
| HSL | hsl(162, 92%, 90%) |
| CMYK | cmyk(19%, 0%, 6%, 1%) |
| LAB | lab(95.8 -17.6 1.8) |
| LCH | lch(95.8 17.7 174.3) |
| OKLCH | oklch(0.958 0.051 175.1) |
Copy-ready code
/* CSS */
color: #cefdef;
background-color: #cefdef;
/* Tailwind (arbitrary) */
class="text-[#cefdef] bg-[#cefdef]"
/* SCSS */
$brand: #cefdef;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.937)
/* Android */
Color.parseColor("#cefdef")Accessibility — WCAG contrast
Aa
#cefdef on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefdef on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue93.7%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow5.5%
Key (black)0.8%
Color previews
#cefdef text on a black background
contrast 18.92:1
Card sample
#cefdef text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefdef;
Background color
Panel with #cefdef background
background-color: #cefdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefdef; background: linear-gradient(135deg, #cefdef, #CEECFD);