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