#cedeb2
a light, soft green · cool · closest name: beige
RGB
206, 222, 178
HSL
82°, 40%, 78%
CMYK
7, 0, 20, 13
Luminance
0.6858
Every format
| HEX | #cedeb2 |
| RGB | rgb(206, 222, 178) |
| HSL | hsl(82, 40%, 78%) |
| CMYK | cmyk(7%, 0%, 20%, 13%) |
| LAB | lab(86.3 -12.9 19.8) |
| LCH | lch(86.3 23.7 123.1) |
| OKLCH | oklch(0.877 0.061 123.9) |
Copy-ready code
/* CSS */
color: #cedeb2;
background-color: #cedeb2;
/* Tailwind (arbitrary) */
class="text-[#cedeb2] bg-[#cedeb2]"
/* SCSS */
$brand: #cedeb2;
/* SwiftUI */
Color(red: 0.808, green: 0.871, blue: 0.698)
/* Android */
Color.parseColor("#cedeb2")Accessibility — WCAG contrast
Aa
#cedeb2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedeb2 on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green87.1%
Blue69.8%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow19.8%
Key (black)12.9%
Color previews
#cedeb2 text on a black background
contrast 14.72:1
Card sample
#cedeb2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedeb2;
Background color
Panel with #cedeb2 background
background-color: #cedeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 222, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 222, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedeb2; background: linear-gradient(135deg, #cedeb2, #B2DEB3);