#fffd90
a light, electric yellow · cool · closest name: khaki
RGB
255, 253, 144
HSL
59°, 100%, 78%
CMYK
0, 1, 44, 0
Luminance
0.9352
Every format
| HEX | #fffd90 |
| RGB | rgb(255, 253, 144) |
| HSL | hsl(59, 100%, 78%) |
| CMYK | cmyk(0%, 1%, 44%, 0%) |
| LAB | lab(97.4 -14.1 52.2) |
| LCH | lch(97.4 54.1 105.2) |
| OKLCH | oklch(0.973 0.132 107.7) |
Copy-ready code
/* CSS */
color: #fffd90;
background-color: #fffd90;
/* Tailwind (arbitrary) */
class="text-[#fffd90] bg-[#fffd90]"
/* SCSS */
$brand: #fffd90;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.565)
/* Android */
Color.parseColor("#fffd90")Accessibility — WCAG contrast
Aa
#fffd90 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd90 on black: 19.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow43.5%
Key (black)0.0%
Color previews
#fffd90 text on a black background
contrast 19.70:1
Card sample
#fffd90 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd90;
Background color
Panel with #fffd90 background
background-color: #fffd90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd90; background: linear-gradient(135deg, #fffd90, #B7FF90);