#cdd48f
a light, soft yellow · cool · closest name: khaki
RGB
205, 212, 143
HSL
66°, 45%, 70%
CMYK
3, 0, 33, 17
Luminance
0.6205
Every format
| HEX | #cdd48f |
| RGB | rgb(205, 212, 143) |
| HSL | hsl(66, 45%, 70%) |
| CMYK | cmyk(3%, 0%, 33%, 17%) |
| LAB | lab(82.9 -13.2 33.4) |
| LCH | lch(82.9 35.9 111.5) |
| OKLCH | oklch(0.848 0.090 113.0) |
Copy-ready code
/* CSS */
color: #cdd48f;
background-color: #cdd48f;
/* Tailwind (arbitrary) */
class="text-[#cdd48f] bg-[#cdd48f]"
/* SCSS */
$brand: #cdd48f;
/* SwiftUI */
Color(red: 0.804, green: 0.831, blue: 0.561)
/* Android */
Color.parseColor("#cdd48f")Accessibility — WCAG contrast
Aa
#cdd48f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd48f on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.1%
Blue56.1%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow32.5%
Key (black)16.9%
Color previews
#cdd48f text on a black background
contrast 13.41:1
Card sample
#cdd48f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd48f;
Background color
Panel with #cdd48f background
background-color: #cdd48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 212, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 212, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd48f; background: linear-gradient(135deg, #cdd48f, #9FD48F);