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