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