#cddb7f
a light, vivid yellow · cool · closest name: khaki
RGB
205, 219, 127
HSL
69°, 56%, 68%
CMYK
6, 0, 42, 14
Luminance
0.6517
Every format
| HEX | #cddb7f |
| RGB | rgb(205, 219, 127) |
| HSL | hsl(69, 56%, 68%) |
| CMYK | cmyk(6%, 0%, 42%, 14%) |
| LAB | lab(84.6 -18.5 43.6) |
| LCH | lch(84.6 47.3 113.0) |
| OKLCH | oklch(0.861 0.117 116.0) |
Copy-ready code
/* CSS */
color: #cddb7f;
background-color: #cddb7f;
/* Tailwind (arbitrary) */
class="text-[#cddb7f] bg-[#cddb7f]"
/* SCSS */
$brand: #cddb7f;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.498)
/* Android */
Color.parseColor("#cddb7f")Accessibility — WCAG contrast
Aa
#cddb7f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddb7f on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue49.8%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow42.0%
Key (black)14.1%
Color previews
#cddb7f text on a black background
contrast 14.03:1
Card sample
#cddb7f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddb7f;
Background color
Panel with #cddb7f background
background-color: #cddb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddb7f; background: linear-gradient(135deg, #cddb7f, #90DB7F);