#ceebad
a light, vivid green · cool · closest name: khaki
RGB
206, 235, 173
HSL
88°, 61%, 80%
CMYK
12, 0, 26, 8
Luminance
0.7556
Every format
| HEX | #ceebad |
| RGB | rgb(206, 235, 173) |
| HSL | hsl(88, 61%, 80%) |
| CMYK | cmyk(12%, 0%, 26%, 8%) |
| LAB | lab(89.7 -20.1 27.0) |
| LCH | lch(89.7 33.7 126.7) |
| OKLCH | oklch(0.904 0.087 128.4) |
Copy-ready code
/* CSS */
color: #ceebad;
background-color: #ceebad;
/* Tailwind (arbitrary) */
class="text-[#ceebad] bg-[#ceebad]"
/* SCSS */
$brand: #ceebad;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#ceebad")Accessibility — WCAG contrast
Aa
#ceebad on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceebad on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue67.8%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow26.4%
Key (black)7.8%
Color previews
#ceebad text on a black background
contrast 16.11:1
Card sample
#ceebad text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceebad;
Background color
Panel with #ceebad background
background-color: #ceebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceebad; background: linear-gradient(135deg, #ceebad, #ADEBB5);