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