#fff07d
a light, electric yellow · cool · closest name: khaki
RGB
255, 240, 125
HSL
53°, 100%, 75%
CMYK
0, 6, 51, 0
Luminance
0.8506
Every format
| HEX | #fff07d |
| RGB | rgb(255, 240, 125) |
| HSL | hsl(53, 100%, 75%) |
| CMYK | cmyk(0%, 6%, 51%, 0%) |
| LAB | lab(93.9 -9.5 56.8) |
| LCH | lch(93.9 57.6 99.5) |
| OKLCH | oklch(0.944 0.137 101.9) |
Copy-ready code
/* CSS */
color: #fff07d;
background-color: #fff07d;
/* Tailwind (arbitrary) */
class="text-[#fff07d] bg-[#fff07d]"
/* SCSS */
$brand: #fff07d;
/* SwiftUI */
Color(red: 1.000, green: 0.941, blue: 0.490)
/* Android */
Color.parseColor("#fff07d")Accessibility — WCAG contrast
Aa
#fff07d on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff07d on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.1%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow51.0%
Key (black)0.0%
Color previews
#fff07d text on a black background
contrast 18.01:1
Card sample
#fff07d text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff07d;
Background color
Panel with #fff07d background
background-color: #fff07d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff07d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 240, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 240, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff07d; background: linear-gradient(135deg, #fff07d, #B7FF7D);