#cefac0
a pale, electric green · cool · closest name: beige
RGB
206, 250, 192
HSL
106°, 85%, 87%
CMYK
18, 0, 23, 2
Luminance
0.8530
Every format
| HEX | #cefac0 |
| RGB | rgb(206, 250, 192) |
| HSL | hsl(106, 85%, 87%) |
| CMYK | cmyk(18%, 0%, 23%, 2%) |
| LAB | lab(94.0 -24.5 23.3) |
| LCH | lch(94.0 33.8 136.4) |
| OKLCH | oklch(0.940 0.089 138.2) |
Copy-ready code
/* CSS */
color: #cefac0;
background-color: #cefac0;
/* Tailwind (arbitrary) */
class="text-[#cefac0] bg-[#cefac0]"
/* SCSS */
$brand: #cefac0;
/* SwiftUI */
Color(red: 0.808, green: 0.980, blue: 0.753)
/* Android */
Color.parseColor("#cefac0")Accessibility — WCAG contrast
Aa
#cefac0 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefac0 on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.0%
Blue75.3%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow23.2%
Key (black)2.0%
Color previews
#cefac0 text on a black background
contrast 18.06:1
Card sample
#cefac0 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefac0;
Background color
Panel with #cefac0 background
background-color: #cefac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 250, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 250, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefac0; background: linear-gradient(135deg, #cefac0, #C0FAD9);