#cefadc
a pale, electric green · cool · closest name: beige
RGB
206, 250, 220
HSL
139°, 82%, 89%
CMYK
18, 0, 12, 2
Luminance
0.8666
Every format
| HEX | #cefadc |
| RGB | rgb(206, 250, 220) |
| HSL | hsl(139, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 12%, 2%) |
| LAB | lab(94.6 -19.7 9.8) |
| LCH | lch(94.6 22.0 153.7) |
| OKLCH | oklch(0.946 0.060 155.3) |
Copy-ready code
/* CSS */
color: #cefadc;
background-color: #cefadc;
/* Tailwind (arbitrary) */
class="text-[#cefadc] bg-[#cefadc]"
/* SCSS */
$brand: #cefadc;
/* SwiftUI */
Color(red: 0.808, green: 0.980, blue: 0.863)
/* Android */
Color.parseColor("#cefadc")Accessibility — WCAG contrast
Aa
#cefadc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefadc on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.0%
Blue86.3%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow12.0%
Key (black)2.0%
Color previews
#cefadc text on a black background
contrast 18.33:1
Card sample
#cefadc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefadc;
Background color
Panel with #cefadc background
background-color: #cefadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 250, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 250, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefadc; background: linear-gradient(135deg, #cefadc, #CEFAF9);