#ceebba
a light, vivid green · cool · closest name: beige
RGB
206, 235, 186
HSL
96°, 55%, 83%
CMYK
12, 0, 21, 8
Luminance
0.7608
Every format
| HEX | #ceebba |
| RGB | rgb(206, 235, 186) |
| HSL | hsl(96, 55%, 83%) |
| CMYK | cmyk(12%, 0%, 21%, 8%) |
| LAB | lab(89.9 -18.2 20.7) |
| LCH | lch(89.9 27.5 131.3) |
| OKLCH | oklch(0.906 0.072 132.7) |
Copy-ready code
/* CSS */
color: #ceebba;
background-color: #ceebba;
/* Tailwind (arbitrary) */
class="text-[#ceebba] bg-[#ceebba]"
/* SCSS */
$brand: #ceebba;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.729)
/* Android */
Color.parseColor("#ceebba")Accessibility — WCAG contrast
Aa
#ceebba on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceebba on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue72.9%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow20.9%
Key (black)7.8%
Color previews
#ceebba text on a black background
contrast 16.22:1
Card sample
#ceebba text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceebba;
Background color
Panel with #ceebba background
background-color: #ceebba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceebba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceebba; background: linear-gradient(135deg, #ceebba, #BAEBC6);