#cef8ba
a pale, electric green · cool · closest name: beige
RGB
206, 248, 186
HSL
101°, 82%, 85%
CMYK
17, 0, 25, 3
Luminance
0.8380
Every format
| HEX | #cef8ba |
| RGB | rgb(206, 248, 186) |
| HSL | hsl(101, 82%, 85%) |
| CMYK | cmyk(17%, 0%, 25%, 3%) |
| LAB | lab(93.4 -24.5 25.5) |
| LCH | lch(93.4 35.3 133.8) |
| OKLCH | oklch(0.934 0.093 135.7) |
Copy-ready code
/* CSS */
color: #cef8ba;
background-color: #cef8ba;
/* Tailwind (arbitrary) */
class="text-[#cef8ba] bg-[#cef8ba]"
/* SCSS */
$brand: #cef8ba;
/* SwiftUI */
Color(red: 0.808, green: 0.973, blue: 0.729)
/* Android */
Color.parseColor("#cef8ba")Accessibility — WCAG contrast
Aa
#cef8ba on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef8ba on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.3%
Blue72.9%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow25.0%
Key (black)2.7%
Color previews
#cef8ba text on a black background
contrast 17.76:1
Card sample
#cef8ba text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef8ba;
Background color
Panel with #cef8ba background
background-color: #cef8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 248, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 248, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef8ba; background: linear-gradient(135deg, #cef8ba, #BAF8CF);