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