#cefec4
a pale, electric green · cool · closest name: aquamarine
RGB
206, 254, 196
HSL
110°, 97%, 88%
CMYK
19, 0, 23, 0
Luminance
0.8799
Every format
| HEX | #cefec4 |
| RGB | rgb(206, 254, 196) |
| HSL | hsl(110, 97%, 88%) |
| CMYK | cmyk(19%, 0%, 23%, 0%) |
| LAB | lab(95.2 -25.8 22.9) |
| LCH | lch(95.2 34.4 138.4) |
| OKLCH | oklch(0.949 0.091 140.2) |
Copy-ready code
/* CSS */
color: #cefec4;
background-color: #cefec4;
/* Tailwind (arbitrary) */
class="text-[#cefec4] bg-[#cefec4]"
/* SCSS */
$brand: #cefec4;
/* SwiftUI */
Color(red: 0.808, green: 0.996, blue: 0.769)
/* Android */
Color.parseColor("#cefec4")Accessibility — WCAG contrast
Aa
#cefec4 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefec4 on black: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.6%
Blue76.9%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow22.8%
Key (black)0.4%
Color previews
#cefec4 text on a black background
contrast 18.60:1
Card sample
#cefec4 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefec4;
Background color
Panel with #cefec4 background
background-color: #cefec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 254, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 254, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefec4; background: linear-gradient(135deg, #cefec4, #C4FEE1);