#cedf49
a balanced, vivid yellow · cool · closest name: khaki
RGB
206, 223, 73
HSL
67°, 70%, 58%
CMYK
8, 0, 67, 13
Luminance
0.6638
Every format
| HEX | #cedf49 |
| RGB | rgb(206, 223, 73) |
| HSL | hsl(67, 70%, 58%) |
| CMYK | cmyk(8%, 0%, 67%, 13%) |
| LAB | lab(85.2 -24.5 68.2) |
| LCH | lch(85.2 72.5 109.8) |
| OKLCH | oklch(0.864 0.170 115.6) |
Copy-ready code
/* CSS */
color: #cedf49;
background-color: #cedf49;
/* Tailwind (arbitrary) */
class="text-[#cedf49] bg-[#cedf49]"
/* SCSS */
$brand: #cedf49;
/* SwiftUI */
Color(red: 0.808, green: 0.875, blue: 0.286)
/* Android */
Color.parseColor("#cedf49")Accessibility — WCAG contrast
Aa
#cedf49 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedf49 on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green87.5%
Blue28.6%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow67.3%
Key (black)12.5%
Color previews
#cedf49 text on a black background
contrast 14.28:1
Card sample
#cedf49 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedf49;
Background color
Panel with #cedf49 background
background-color: #cedf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 223, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 223, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedf49; background: linear-gradient(135deg, #cedf49, #6ADF49);