#cddb6f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 219, 111
HSL
68°, 60%, 65%
CMYK
6, 0, 49, 14
Luminance
0.6479
Every format
| HEX | #cddb6f |
| RGB | rgb(205, 219, 111) |
| HSL | hsl(68, 60%, 65%) |
| CMYK | cmyk(6%, 0%, 49%, 14%) |
| LAB | lab(84.4 -20.1 51.0) |
| LCH | lch(84.4 54.9 111.5) |
| OKLCH | oklch(0.858 0.134 115.4) |
Copy-ready code
/* CSS */
color: #cddb6f;
background-color: #cddb6f;
/* Tailwind (arbitrary) */
class="text-[#cddb6f] bg-[#cddb6f]"
/* SCSS */
$brand: #cddb6f;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.435)
/* Android */
Color.parseColor("#cddb6f")Accessibility — WCAG contrast
Aa
#cddb6f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddb6f on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue43.5%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow49.3%
Key (black)14.1%
Color previews
#cddb6f text on a black background
contrast 13.96:1
Card sample
#cddb6f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddb6f;
Background color
Panel with #cddb6f background
background-color: #cddb6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddb6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddb6f; background: linear-gradient(135deg, #cddb6f, #85DB6F);