#cdd08f
a light, soft yellow · cool · closest name: khaki
RGB
205, 208, 143
HSL
63°, 41%, 69%
CMYK
1, 0, 31, 18
Luminance
0.6007
Every format
| HEX | #cdd08f |
| RGB | rgb(205, 208, 143) |
| HSL | hsl(63, 41%, 69%) |
| CMYK | cmyk(1%, 0%, 31%, 18%) |
| LAB | lab(81.9 -11.2 32.0) |
| LCH | lch(81.9 33.9 109.2) |
| OKLCH | oklch(0.840 0.085 110.3) |
Copy-ready code
/* CSS */
color: #cdd08f;
background-color: #cdd08f;
/* Tailwind (arbitrary) */
class="text-[#cdd08f] bg-[#cdd08f]"
/* SCSS */
$brand: #cdd08f;
/* SwiftUI */
Color(red: 0.804, green: 0.816, blue: 0.561)
/* Android */
Color.parseColor("#cdd08f")Accessibility — WCAG contrast
Aa
#cdd08f on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd08f on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.6%
Blue56.1%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow31.3%
Key (black)18.4%
Color previews
#cdd08f text on a black background
contrast 13.01:1
Card sample
#cdd08f text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd08f;
Background color
Panel with #cdd08f background
background-color: #cdd08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 208, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 208, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd08f; background: linear-gradient(135deg, #cdd08f, #A2D08F);