#fff084
a light, electric yellow · cool · closest name: khaki
RGB
255, 240, 132
HSL
53°, 100%, 76%
CMYK
0, 6, 48, 0
Luminance
0.8525
Every format
| HEX | #fff084 |
| RGB | rgb(255, 240, 132) |
| HSL | hsl(53, 100%, 76%) |
| CMYK | cmyk(0%, 6%, 48%, 0%) |
| LAB | lab(94.0 -8.9 53.6) |
| LCH | lch(94.0 54.4 99.4) |
| OKLCH | oklch(0.945 0.130 101.5) |
Copy-ready code
/* CSS */
color: #fff084;
background-color: #fff084;
/* Tailwind (arbitrary) */
class="text-[#fff084] bg-[#fff084]"
/* SCSS */
$brand: #fff084;
/* SwiftUI */
Color(red: 1.000, green: 0.941, blue: 0.518)
/* Android */
Color.parseColor("#fff084")Accessibility — WCAG contrast
Aa
#fff084 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff084 on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.1%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow48.2%
Key (black)0.0%
Color previews
#fff084 text on a black background
contrast 18.05:1
Card sample
#fff084 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff084;
Background color
Panel with #fff084 background
background-color: #fff084;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff084;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 240, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 240, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff084; background: linear-gradient(135deg, #fff084, #BCFF84);