#f0cd89
a light, electric orange · warm · closest name: khaki
RGB
240, 205, 137
HSL
40°, 77%, 74%
CMYK
0, 15, 43, 6
Luminance
0.6399
Every format
| HEX | #f0cd89 |
| RGB | rgb(240, 205, 137) |
| HSL | hsl(40, 77%, 74%) |
| CMYK | cmyk(0%, 15%, 43%, 6%) |
| LAB | lab(84.0 3.4 38.4) |
| LCH | lch(84.0 38.5 84.9) |
| OKLCH | oklch(0.863 0.095 83.4) |
Copy-ready code
/* CSS */
color: #f0cd89;
background-color: #f0cd89;
/* Tailwind (arbitrary) */
class="text-[#f0cd89] bg-[#f0cd89]"
/* SCSS */
$brand: #f0cd89;
/* SwiftUI */
Color(red: 0.941, green: 0.804, blue: 0.537)
/* Android */
Color.parseColor("#f0cd89")Accessibility — WCAG contrast
Aa
#f0cd89 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cd89 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.4%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow42.9%
Key (black)5.9%
Color previews
#f0cd89 text on a black background
contrast 13.80:1
Card sample
#f0cd89 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cd89;
Background color
Panel with #f0cd89 background
background-color: #f0cd89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cd89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 205, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 205, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cd89; background: linear-gradient(135deg, #f0cd89, #CEF089);