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