#fffd75
a light, electric yellow · cool · closest name: khaki
RGB
255, 253, 117
HSL
59°, 100%, 73%
CMYK
0, 1, 54, 0
Luminance
0.9279
Every format
| HEX | #fffd75 |
| RGB | rgb(255, 253, 117) |
| HSL | hsl(59, 100%, 73%) |
| CMYK | cmyk(0%, 1%, 54%, 0%) |
| LAB | lab(97.2 -16.4 64.2) |
| LCH | lch(97.2 66.2 104.4) |
| OKLCH | oklch(0.970 0.157 108.2) |
Copy-ready code
/* CSS */
color: #fffd75;
background-color: #fffd75;
/* Tailwind (arbitrary) */
class="text-[#fffd75] bg-[#fffd75]"
/* SCSS */
$brand: #fffd75;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.459)
/* Android */
Color.parseColor("#fffd75")Accessibility — WCAG contrast
Aa
#fffd75 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd75 on black: 19.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow54.1%
Key (black)0.0%
Color previews
#fffd75 text on a black background
contrast 19.56:1
Card sample
#fffd75 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd75;
Background color
Panel with #fffd75 background
background-color: #fffd75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd75; background: linear-gradient(135deg, #fffd75, #A5FF75);