#ccdf5b
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 223, 91
HSL
69°, 67%, 62%
CMYK
9, 0, 59, 13
Luminance
0.6637
Every format
| HEX | #ccdf5b |
| RGB | rgb(204, 223, 91) |
| HSL | hsl(69, 67%, 62%) |
| CMYK | cmyk(9%, 0%, 59%, 13%) |
| LAB | lab(85.2 -24.1 61.0) |
| LCH | lch(85.2 65.5 111.6) |
| OKLCH | oklch(0.864 0.157 116.7) |
Copy-ready code
/* CSS */
color: #ccdf5b;
background-color: #ccdf5b;
/* Tailwind (arbitrary) */
class="text-[#ccdf5b] bg-[#ccdf5b]"
/* SCSS */
$brand: #ccdf5b;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.357)
/* Android */
Color.parseColor("#ccdf5b")Accessibility — WCAG contrast
Aa
#ccdf5b on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdf5b on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue35.7%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow59.2%
Key (black)12.5%
Color previews
#ccdf5b text on a black background
contrast 14.27:1
Card sample
#ccdf5b text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdf5b;
Background color
Panel with #ccdf5b background
background-color: #ccdf5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdf5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdf5b; background: linear-gradient(135deg, #ccdf5b, #74DF5B);