#cdd7af
a light, soft green · cool · closest name: beige
RGB
205, 215, 175
HSL
75°, 33%, 77%
CMYK
5, 0, 19, 16
Luminance
0.6468
Every format
| HEX | #cdd7af |
| RGB | rgb(205, 215, 175) |
| HSL | hsl(75, 33%, 77%) |
| CMYK | cmyk(5%, 0%, 19%, 16%) |
| LAB | lab(84.3 -10.2 18.6) |
| LCH | lch(84.3 21.3 118.7) |
| OKLCH | oklch(0.861 0.055 119.0) |
Copy-ready code
/* CSS */
color: #cdd7af;
background-color: #cdd7af;
/* Tailwind (arbitrary) */
class="text-[#cdd7af] bg-[#cdd7af]"
/* SCSS */
$brand: #cdd7af;
/* SwiftUI */
Color(red: 0.804, green: 0.843, blue: 0.686)
/* Android */
Color.parseColor("#cdd7af")Accessibility — WCAG contrast
Aa
#cdd7af on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd7af on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.3%
Blue68.6%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow18.6%
Key (black)15.7%
Color previews
#cdd7af text on a black background
contrast 13.94:1
Card sample
#cdd7af text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd7af;
Background color
Panel with #cdd7af background
background-color: #cdd7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 215, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 215, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd7af; background: linear-gradient(135deg, #cdd7af, #B2D7AF);