#f0cf89
a light, electric yellow · warm · closest name: khaki
RGB
240, 207, 137
HSL
41°, 77%, 74%
CMYK
0, 14, 43, 6
Luminance
0.6496
Every format
| HEX | #f0cf89 |
| RGB | rgb(240, 207, 137) |
| HSL | hsl(41, 77%, 74%) |
| CMYK | cmyk(0%, 14%, 43%, 6%) |
| LAB | lab(84.5 2.4 39.0) |
| LCH | lch(84.5 39.1 86.5) |
| OKLCH | oklch(0.867 0.096 85.3) |
Copy-ready code
/* CSS */
color: #f0cf89;
background-color: #f0cf89;
/* Tailwind (arbitrary) */
class="text-[#f0cf89] bg-[#f0cf89]"
/* SCSS */
$brand: #f0cf89;
/* SwiftUI */
Color(red: 0.941, green: 0.812, blue: 0.537)
/* Android */
Color.parseColor("#f0cf89")Accessibility — WCAG contrast
Aa
#f0cf89 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cf89 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green81.2%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow42.9%
Key (black)5.9%
Color previews
#f0cf89 text on a black background
contrast 13.99:1
Card sample
#f0cf89 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cf89;
Background color
Panel with #f0cf89 background
background-color: #f0cf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 207, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 207, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cf89; background: linear-gradient(135deg, #f0cf89, #CCF089);