#ceebc2
a light, vivid green · cool · closest name: beige
RGB
206, 235, 194
HSL
102°, 51%, 84%
CMYK
12, 0, 17, 8
Luminance
0.7643
Every format
| HEX | #ceebc2 |
| RGB | rgb(206, 235, 194) |
| HSL | hsl(102, 51%, 84%) |
| CMYK | cmyk(12%, 0%, 17%, 8%) |
| LAB | lab(90.1 -16.9 16.8) |
| LCH | lch(90.1 23.8 135.2) |
| OKLCH | oklch(0.908 0.063 136.5) |
Copy-ready code
/* CSS */
color: #ceebc2;
background-color: #ceebc2;
/* Tailwind (arbitrary) */
class="text-[#ceebc2] bg-[#ceebc2]"
/* SCSS */
$brand: #ceebc2;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.761)
/* Android */
Color.parseColor("#ceebc2")Accessibility — WCAG contrast
Aa
#ceebc2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceebc2 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue76.1%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow17.4%
Key (black)7.8%
Color previews
#ceebc2 text on a black background
contrast 16.29:1
Card sample
#ceebc2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceebc2;
Background color
Panel with #ceebc2 background
background-color: #ceebc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceebc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceebc2; background: linear-gradient(135deg, #ceebc2, #C2EBD1);