#fff486
a light, electric yellow · cool · closest name: khaki
RGB
255, 244, 134
HSL
55°, 100%, 76%
CMYK
0, 4, 48, 0
Luminance
0.8768
Every format
| HEX | #fff486 |
| RGB | rgb(255, 244, 134) |
| HSL | hsl(55, 100%, 76%) |
| CMYK | cmyk(0%, 4%, 48%, 0%) |
| LAB | lab(95.0 -10.7 53.9) |
| LCH | lch(95.0 55.0 101.2) |
| OKLCH | oklch(0.953 0.132 103.5) |
Copy-ready code
/* CSS */
color: #fff486;
background-color: #fff486;
/* Tailwind (arbitrary) */
class="text-[#fff486] bg-[#fff486]"
/* SCSS */
$brand: #fff486;
/* SwiftUI */
Color(red: 1.000, green: 0.957, blue: 0.525)
/* Android */
Color.parseColor("#fff486")Accessibility — WCAG contrast
Aa
#fff486 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff486 on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.7%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow47.5%
Key (black)0.0%
Color previews
#fff486 text on a black background
contrast 18.54:1
Card sample
#fff486 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff486;
Background color
Panel with #fff486 background
background-color: #fff486;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff486;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 244, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 244, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff486; background: linear-gradient(135deg, #fff486, #B9FF86);