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