#cedeb4
a light, soft green · cool · closest name: beige
RGB
206, 222, 180
HSL
83°, 39%, 79%
CMYK
7, 0, 19, 13
Luminance
0.6866
Every format
| HEX | #cedeb4 |
| RGB | rgb(206, 222, 180) |
| HSL | hsl(83, 39%, 79%) |
| CMYK | cmyk(7%, 0%, 19%, 13%) |
| LAB | lab(86.3 -12.6 18.8) |
| LCH | lch(86.3 22.7 123.8) |
| OKLCH | oklch(0.878 0.059 124.6) |
Copy-ready code
/* CSS */
color: #cedeb4;
background-color: #cedeb4;
/* Tailwind (arbitrary) */
class="text-[#cedeb4] bg-[#cedeb4]"
/* SCSS */
$brand: #cedeb4;
/* SwiftUI */
Color(red: 0.808, green: 0.871, blue: 0.706)
/* Android */
Color.parseColor("#cedeb4")Accessibility — WCAG contrast
Aa
#cedeb4 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedeb4 on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green87.1%
Blue70.6%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow18.9%
Key (black)12.9%
Color previews
#cedeb4 text on a black background
contrast 14.73:1
Card sample
#cedeb4 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedeb4;
Background color
Panel with #cedeb4 background
background-color: #cedeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 222, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 222, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedeb4; background: linear-gradient(135deg, #cedeb4, #B4DEB6);