#f7f985
a light, electric yellow · cool · closest name: khaki
RGB
247, 249, 133
HSL
61°, 91%, 75%
CMYK
1, 0, 47, 2
Luminance
0.8922
Every format
| HEX | #f7f985 |
| RGB | rgb(247, 249, 133) |
| HSL | hsl(61, 91%, 75%) |
| CMYK | cmyk(1%, 0%, 47%, 2%) |
| LAB | lab(95.7 -16.3 55.0) |
| LCH | lch(95.7 57.4 106.5) |
| OKLCH | oklch(0.957 0.139 109.6) |
Copy-ready code
/* CSS */
color: #f7f985;
background-color: #f7f985;
/* Tailwind (arbitrary) */
class="text-[#f7f985] bg-[#f7f985]"
/* SCSS */
$brand: #f7f985;
/* SwiftUI */
Color(red: 0.969, green: 0.976, blue: 0.522)
/* Android */
Color.parseColor("#f7f985")Accessibility — WCAG contrast
Aa
#f7f985 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7f985 on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green97.6%
Blue52.2%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow46.6%
Key (black)2.4%
Color previews
#f7f985 text on a black background
contrast 18.84:1
Card sample
#f7f985 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7f985;
Background color
Panel with #f7f985 background
background-color: #f7f985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7f985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 249, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 249, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7f985; background: linear-gradient(135deg, #f7f985, #AAF985);