#cef5bc
a light, vivid green · cool · closest name: beige
RGB
206, 245, 188
HSL
101°, 74%, 85%
CMYK
16, 0, 23, 4
Luminance
0.8206
Every format
| HEX | #cef5bc |
| RGB | rgb(206, 245, 188) |
| HSL | hsl(101, 74%, 85%) |
| CMYK | cmyk(16%, 0%, 23%, 4%) |
| LAB | lab(92.6 -22.7 23.4) |
| LCH | lch(92.6 32.6 134.2) |
| OKLCH | oklch(0.928 0.086 135.9) |
Copy-ready code
/* CSS */
color: #cef5bc;
background-color: #cef5bc;
/* Tailwind (arbitrary) */
class="text-[#cef5bc] bg-[#cef5bc]"
/* SCSS */
$brand: #cef5bc;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.737)
/* Android */
Color.parseColor("#cef5bc")Accessibility — WCAG contrast
Aa
#cef5bc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef5bc on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue73.7%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow23.3%
Key (black)3.9%
Color previews
#cef5bc text on a black background
contrast 17.41:1
Card sample
#cef5bc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef5bc;
Background color
Panel with #cef5bc background
background-color: #cef5bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef5bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef5bc; background: linear-gradient(135deg, #cef5bc, #BCF5D0);