#cef0ba
a light, vivid green · cool · closest name: beige
RGB
206, 240, 186
HSL
98°, 64%, 84%
CMYK
14, 0, 23, 6
Luminance
0.7899
Every format
| HEX | #cef0ba |
| RGB | rgb(206, 240, 186) |
| HSL | hsl(98, 64%, 84%) |
| CMYK | cmyk(14%, 0%, 23%, 6%) |
| LAB | lab(91.2 -20.6 22.5) |
| LCH | lch(91.2 30.5 132.4) |
| OKLCH | oklch(0.917 0.080 134.1) |
Copy-ready code
/* CSS */
color: #cef0ba;
background-color: #cef0ba;
/* Tailwind (arbitrary) */
class="text-[#cef0ba] bg-[#cef0ba]"
/* SCSS */
$brand: #cef0ba;
/* SwiftUI */
Color(red: 0.808, green: 0.941, blue: 0.729)
/* Android */
Color.parseColor("#cef0ba")Accessibility — WCAG contrast
Aa
#cef0ba on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef0ba on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.1%
Blue72.9%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow22.5%
Key (black)5.9%
Color previews
#cef0ba text on a black background
contrast 16.80:1
Card sample
#cef0ba text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef0ba;
Background color
Panel with #cef0ba background
background-color: #cef0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 240, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 240, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef0ba; background: linear-gradient(135deg, #cef0ba, #BAF0CA);