#cef8c7
a pale, electric green · cool · closest name: beige
RGB
206, 248, 199
HSL
111°, 78%, 88%
CMYK
17, 0, 20, 3
Luminance
0.8438
Every format
| HEX | #cef8c7 |
| RGB | rgb(206, 248, 199) |
| HSL | hsl(111, 78%, 88%) |
| CMYK | cmyk(17%, 0%, 20%, 3%) |
| LAB | lab(93.6 -22.4 19.2) |
| LCH | lch(93.6 29.5 139.4) |
| OKLCH | oklch(0.937 0.078 141.1) |
Copy-ready code
/* CSS */
color: #cef8c7;
background-color: #cef8c7;
/* Tailwind (arbitrary) */
class="text-[#cef8c7] bg-[#cef8c7]"
/* SCSS */
$brand: #cef8c7;
/* SwiftUI */
Color(red: 0.808, green: 0.973, blue: 0.780)
/* Android */
Color.parseColor("#cef8c7")Accessibility — WCAG contrast
Aa
#cef8c7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef8c7 on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.3%
Blue78.0%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow19.8%
Key (black)2.7%
Color previews
#cef8c7 text on a black background
contrast 17.88:1
Card sample
#cef8c7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef8c7;
Background color
Panel with #cef8c7 background
background-color: #cef8c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef8c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 248, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 248, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef8c7; background: linear-gradient(135deg, #cef8c7, #C7F8E1);