#cddb2f
a balanced, vivid yellow · cool · closest name: yellow
RGB
205, 219, 47
HSL
65°, 71%, 52%
CMYK
6, 0, 79, 14
Luminance
0.6385
Every format
| HEX | #cddb2f |
| RGB | rgb(205, 219, 47) |
| HSL | hsl(65, 71%, 52%) |
| CMYK | cmyk(6%, 0%, 79%, 14%) |
| LAB | lab(83.9 -24.2 75.5) |
| LCH | lch(83.9 79.3 107.8) |
| OKLCH | oklch(0.853 0.180 114.5) |
Copy-ready code
/* CSS */
color: #cddb2f;
background-color: #cddb2f;
/* Tailwind (arbitrary) */
class="text-[#cddb2f] bg-[#cddb2f]"
/* SCSS */
$brand: #cddb2f;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.184)
/* Android */
Color.parseColor("#cddb2f")Accessibility — WCAG contrast
Aa
#cddb2f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddb2f on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue18.4%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow78.5%
Key (black)14.1%
Color previews
#cddb2f text on a black background
contrast 13.77:1
Card sample
#cddb2f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddb2f;
Background color
Panel with #cddb2f background
background-color: #cddb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddb2f; background: linear-gradient(135deg, #cddb2f, #5ADB2F);