#cdd85f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 216, 95
HSL
66°, 61%, 61%
CMYK
5, 0, 56, 15
Luminance
0.6292
Every format
| HEX | #cdd85f |
| RGB | rgb(205, 216, 95) |
| HSL | hsl(66, 61%, 61%) |
| CMYK | cmyk(5%, 0%, 56%, 15%) |
| LAB | lab(83.4 -20.0 57.2) |
| LCH | lch(83.4 60.6 109.3) |
| OKLCH | oklch(0.850 0.145 113.8) |
Copy-ready code
/* CSS */
color: #cdd85f;
background-color: #cdd85f;
/* Tailwind (arbitrary) */
class="text-[#cdd85f] bg-[#cdd85f]"
/* SCSS */
$brand: #cdd85f;
/* SwiftUI */
Color(red: 0.804, green: 0.847, blue: 0.373)
/* Android */
Color.parseColor("#cdd85f")Accessibility — WCAG contrast
Aa
#cdd85f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd85f on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.7%
Blue37.3%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow56.0%
Key (black)15.3%
Color previews
#cdd85f text on a black background
contrast 13.58:1
Card sample
#cdd85f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd85f;
Background color
Panel with #cdd85f background
background-color: #cdd85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 216, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 216, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd85f; background: linear-gradient(135deg, #cdd85f, #7CD85F);