#ced6af
a light, soft green · cool · closest name: beige
RGB
206, 214, 175
HSL
72°, 32%, 76%
CMYK
4, 0, 18, 16
Luminance
0.6431
Every format
| HEX | #ced6af |
| RGB | rgb(206, 214, 175) |
| HSL | hsl(72, 32%, 76%) |
| CMYK | cmyk(4%, 0%, 18%, 16%) |
| LAB | lab(84.1 -9.3 18.4) |
| LCH | lch(84.1 20.6 117.0) |
| OKLCH | oklch(0.860 0.053 116.9) |
Copy-ready code
/* CSS */
color: #ced6af;
background-color: #ced6af;
/* Tailwind (arbitrary) */
class="text-[#ced6af] bg-[#ced6af]"
/* SCSS */
$brand: #ced6af;
/* SwiftUI */
Color(red: 0.808, green: 0.839, blue: 0.686)
/* Android */
Color.parseColor("#ced6af")Accessibility — WCAG contrast
Aa
#ced6af on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced6af on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green83.9%
Blue68.6%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow18.2%
Key (black)16.1%
Color previews
#ced6af text on a black background
contrast 13.86:1
Card sample
#ced6af text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced6af;
Background color
Panel with #ced6af background
background-color: #ced6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 214, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 214, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced6af; background: linear-gradient(135deg, #ced6af, #B4D6AF);