#cddb4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 219, 79
HSL
66°, 66%, 58%
CMYK
6, 0, 64, 14
Luminance
0.6421
Every format
| HEX | #cddb4f |
| RGB | rgb(205, 219, 79) |
| HSL | hsl(66, 66%, 58%) |
| CMYK | cmyk(6%, 0%, 64%, 14%) |
| LAB | lab(84.1 -22.6 64.7) |
| LCH | lch(84.1 68.6 109.3) |
| OKLCH | oklch(0.855 0.162 114.7) |
Copy-ready code
/* CSS */
color: #cddb4f;
background-color: #cddb4f;
/* Tailwind (arbitrary) */
class="text-[#cddb4f] bg-[#cddb4f]"
/* SCSS */
$brand: #cddb4f;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.310)
/* Android */
Color.parseColor("#cddb4f")Accessibility — WCAG contrast
Aa
#cddb4f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddb4f on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue31.0%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow63.9%
Key (black)14.1%
Color previews
#cddb4f text on a black background
contrast 13.84:1
Card sample
#cddb4f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddb4f;
Background color
Panel with #cddb4f background
background-color: #cddb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddb4f; background: linear-gradient(135deg, #cddb4f, #70DB4F);