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