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