#fff985
a light, electric yellow · cool · closest name: khaki
RGB
255, 249, 133
HSL
57°, 100%, 76%
CMYK
0, 2, 48, 0
Luminance
0.9070
Every format
| HEX | #fff985 |
| RGB | rgb(255, 249, 133) |
| HSL | hsl(57, 100%, 76%) |
| CMYK | cmyk(0%, 2%, 48%, 0%) |
| LAB | lab(96.3 -13.2 55.9) |
| LCH | lch(96.3 57.5 103.3) |
| OKLCH | oklch(0.963 0.138 106.1) |
Copy-ready code
/* CSS */
color: #fff985;
background-color: #fff985;
/* Tailwind (arbitrary) */
class="text-[#fff985] bg-[#fff985]"
/* SCSS */
$brand: #fff985;
/* SwiftUI */
Color(red: 1.000, green: 0.976, blue: 0.522)
/* Android */
Color.parseColor("#fff985")Accessibility — WCAG contrast
Aa
#fff985 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff985 on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.6%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow47.8%
Key (black)0.0%
Color previews
#fff985 text on a black background
contrast 19.14:1
Card sample
#fff985 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff985;
Background color
Panel with #fff985 background
background-color: #fff985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 249, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 249, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff985; background: linear-gradient(135deg, #fff985, #B4FF85);