#cef0b3
a light, vivid green · cool · closest name: beige
RGB
206, 240, 179
HSL
93°, 67%, 82%
CMYK
14, 0, 25, 6
Luminance
0.7870
Every format
| HEX | #cef0b3 |
| RGB | rgb(206, 240, 179) |
| HSL | hsl(93, 67%, 82%) |
| CMYK | cmyk(14%, 0%, 25%, 6%) |
| LAB | lab(91.1 -21.7 25.9) |
| LCH | lch(91.1 33.8 129.9) |
| OKLCH | oklch(0.915 0.088 131.7) |
Copy-ready code
/* CSS */
color: #cef0b3;
background-color: #cef0b3;
/* Tailwind (arbitrary) */
class="text-[#cef0b3] bg-[#cef0b3]"
/* SCSS */
$brand: #cef0b3;
/* SwiftUI */
Color(red: 0.808, green: 0.941, blue: 0.702)
/* Android */
Color.parseColor("#cef0b3")Accessibility — WCAG contrast
Aa
#cef0b3 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef0b3 on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.1%
Blue70.2%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow25.4%
Key (black)5.9%
Color previews
#cef0b3 text on a black background
contrast 16.74:1
Card sample
#cef0b3 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef0b3;
Background color
Panel with #cef0b3 background
background-color: #cef0b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef0b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 240, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 240, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef0b3; background: linear-gradient(135deg, #cef0b3, #B3F0C1);