#cef6ba
a light, electric green · cool · closest name: beige
RGB
206, 246, 186
HSL
100°, 77%, 85%
CMYK
16, 0, 24, 4
Luminance
0.8258
Every format
| HEX | #cef6ba |
| RGB | rgb(206, 246, 186) |
| HSL | hsl(100, 77%, 85%) |
| CMYK | cmyk(16%, 0%, 24%, 4%) |
| LAB | lab(92.8 -23.5 24.7) |
| LCH | lch(92.8 34.1 133.5) |
| OKLCH | oklch(0.930 0.089 135.3) |
Copy-ready code
/* CSS */
color: #cef6ba;
background-color: #cef6ba;
/* Tailwind (arbitrary) */
class="text-[#cef6ba] bg-[#cef6ba]"
/* SCSS */
$brand: #cef6ba;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.729)
/* Android */
Color.parseColor("#cef6ba")Accessibility — WCAG contrast
Aa
#cef6ba on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef6ba on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue72.9%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow24.4%
Key (black)3.5%
Color previews
#cef6ba text on a black background
contrast 17.52:1
Card sample
#cef6ba text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef6ba;
Background color
Panel with #cef6ba background
background-color: #cef6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef6ba; background: linear-gradient(135deg, #cef6ba, #BAF6CE);