#cef3bc
a light, vivid green · cool · closest name: beige
RGB
206, 243, 188
HSL
100°, 70%, 85%
CMYK
15, 0, 23, 5
Luminance
0.8085
Every format
| HEX | #cef3bc |
| RGB | rgb(206, 243, 188) |
| HSL | hsl(100, 70%, 85%) |
| CMYK | cmyk(15%, 0%, 23%, 5%) |
| LAB | lab(92.1 -21.8 22.7) |
| LCH | lch(92.1 31.4 133.8) |
| OKLCH | oklch(0.924 0.083 135.5) |
Copy-ready code
/* CSS */
color: #cef3bc;
background-color: #cef3bc;
/* Tailwind (arbitrary) */
class="text-[#cef3bc] bg-[#cef3bc]"
/* SCSS */
$brand: #cef3bc;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.737)
/* Android */
Color.parseColor("#cef3bc")Accessibility — WCAG contrast
Aa
#cef3bc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef3bc on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue73.7%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow22.6%
Key (black)4.7%
Color previews
#cef3bc text on a black background
contrast 17.17:1
Card sample
#cef3bc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef3bc;
Background color
Panel with #cef3bc background
background-color: #cef3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef3bc; background: linear-gradient(135deg, #cef3bc, #BCF3CF);