#ced8a5
a light, soft green · cool · closest name: beige
RGB
206, 216, 165
HSL
72°, 40%, 75%
CMYK
5, 0, 24, 15
Luminance
0.6495
Every format
| HEX | #ced8a5 |
| RGB | rgb(206, 216, 165) |
| HSL | hsl(72, 40%, 75%) |
| CMYK | cmyk(5%, 0%, 24%, 15%) |
| LAB | lab(84.5 -11.9 24.1) |
| LCH | lch(84.5 26.8 116.2) |
| OKLCH | oklch(0.862 0.069 116.9) |
Copy-ready code
/* CSS */
color: #ced8a5;
background-color: #ced8a5;
/* Tailwind (arbitrary) */
class="text-[#ced8a5] bg-[#ced8a5]"
/* SCSS */
$brand: #ced8a5;
/* SwiftUI */
Color(red: 0.808, green: 0.847, blue: 0.647)
/* Android */
Color.parseColor("#ced8a5")Accessibility — WCAG contrast
Aa
#ced8a5 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced8a5 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green84.7%
Blue64.7%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow23.6%
Key (black)15.3%
Color previews
#ced8a5 text on a black background
contrast 13.99:1
Card sample
#ced8a5 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced8a5;
Background color
Panel with #ced8a5 background
background-color: #ced8a5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced8a5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 216, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 216, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced8a5; background: linear-gradient(135deg, #ced8a5, #ACD8A5);