#cefee3
a pale, electric green · cool · closest name: beige
RGB
206, 254, 227
HSL
146°, 96%, 90%
CMYK
19, 0, 11, 0
Luminance
0.8955
Every format
| HEX | #cefee3 |
| RGB | rgb(206, 254, 227) |
| HSL | hsl(146, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 11%, 0%) |
| LAB | lab(95.8 -20.4 7.9) |
| LCH | lch(95.8 21.9 158.8) |
| OKLCH | oklch(0.956 0.061 160.4) |
Copy-ready code
/* CSS */
color: #cefee3;
background-color: #cefee3;
/* Tailwind (arbitrary) */
class="text-[#cefee3] bg-[#cefee3]"
/* SCSS */
$brand: #cefee3;
/* SwiftUI */
Color(red: 0.808, green: 0.996, blue: 0.890)
/* Android */
Color.parseColor("#cefee3")Accessibility — WCAG contrast
Aa
#cefee3 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefee3 on black: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.6%
Blue89.0%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow10.6%
Key (black)0.4%
Color previews
#cefee3 text on a black background
contrast 18.91:1
Card sample
#cefee3 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefee3;
Background color
Panel with #cefee3 background
background-color: #cefee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 254, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 254, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefee3; background: linear-gradient(135deg, #cefee3, #CEF9FE);