#f0cd5c
a light, electric yellow · cool · closest name: khaki
RGB
240, 205, 92
HSL
46°, 83%, 65%
CMYK
0, 15, 62, 6
Luminance
0.6296
Every format
| HEX | #f0cd5c |
| RGB | rgb(240, 205, 92) |
| HSL | hsl(46, 83%, 65%) |
| CMYK | cmyk(0%, 15%, 62%, 6%) |
| LAB | lab(83.4 -0.3 59.4) |
| LCH | lch(83.4 59.4 90.3) |
| OKLCH | oklch(0.857 0.137 92.1) |
Copy-ready code
/* CSS */
color: #f0cd5c;
background-color: #f0cd5c;
/* Tailwind (arbitrary) */
class="text-[#f0cd5c] bg-[#f0cd5c]"
/* SCSS */
$brand: #f0cd5c;
/* SwiftUI */
Color(red: 0.941, green: 0.804, blue: 0.361)
/* Android */
Color.parseColor("#f0cd5c")Accessibility — WCAG contrast
Aa
#f0cd5c on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cd5c on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.4%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow61.7%
Key (black)5.9%
Color previews
#f0cd5c text on a black background
contrast 13.59:1
Card sample
#f0cd5c text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cd5c;
Background color
Panel with #f0cd5c background
background-color: #f0cd5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cd5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 205, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 205, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cd5c; background: linear-gradient(135deg, #f0cd5c, #B0F05C);