#cef6bc
a pale, electric green · cool · closest name: beige
RGB
206, 246, 188
HSL
101°, 76%, 85%
CMYK
16, 0, 24, 4
Luminance
0.8266
Every format
| HEX | #cef6bc |
| RGB | rgb(206, 246, 188) |
| HSL | hsl(101, 76%, 85%) |
| CMYK | cmyk(16%, 0%, 24%, 4%) |
| LAB | lab(92.9 -23.2 23.8) |
| LCH | lch(92.9 33.2 134.3) |
| OKLCH | oklch(0.930 0.087 136.1) |
Copy-ready code
/* CSS */
color: #cef6bc;
background-color: #cef6bc;
/* Tailwind (arbitrary) */
class="text-[#cef6bc] bg-[#cef6bc]"
/* SCSS */
$brand: #cef6bc;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.737)
/* Android */
Color.parseColor("#cef6bc")Accessibility — WCAG contrast
Aa
#cef6bc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef6bc on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue73.7%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow23.6%
Key (black)3.5%
Color previews
#cef6bc text on a black background
contrast 17.53:1
Card sample
#cef6bc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef6bc;
Background color
Panel with #cef6bc background
background-color: #cef6bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef6bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef6bc; background: linear-gradient(135deg, #cef6bc, #BCF6D1);