#cdcf8f
a light, soft yellow · cool · closest name: khaki
RGB
205, 207, 143
HSL
62°, 40%, 69%
CMYK
1, 0, 31, 19
Luminance
0.5959
Every format
| HEX | #cdcf8f |
| RGB | rgb(205, 207, 143) |
| HSL | hsl(62, 40%, 69%) |
| CMYK | cmyk(1%, 0%, 31%, 19%) |
| LAB | lab(81.6 -10.6 31.7) |
| LCH | lch(81.6 33.4 108.6) |
| OKLCH | oklch(0.838 0.084 109.6) |
Copy-ready code
/* CSS */
color: #cdcf8f;
background-color: #cdcf8f;
/* Tailwind (arbitrary) */
class="text-[#cdcf8f] bg-[#cdcf8f]"
/* SCSS */
$brand: #cdcf8f;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.561)
/* Android */
Color.parseColor("#cdcf8f")Accessibility — WCAG contrast
Aa
#cdcf8f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcf8f on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue56.1%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow30.9%
Key (black)18.8%
Color previews
#cdcf8f text on a black background
contrast 12.92:1
Card sample
#cdcf8f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcf8f;
Background color
Panel with #cdcf8f background
background-color: #cdcf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcf8f; background: linear-gradient(135deg, #cdcf8f, #A2CF8F);