#fff0a8
a light, electric yellow · cool · closest name: khaki
RGB
255, 240, 168
HSL
50°, 100%, 83%
CMYK
0, 6, 34, 0
Luminance
0.8641
Every format
| HEX | #fff0a8 |
| RGB | rgb(255, 240, 168) |
| HSL | hsl(50, 100%, 83%) |
| CMYK | cmyk(0%, 6%, 34%, 0%) |
| LAB | lab(94.5 -5.2 36.7) |
| LCH | lch(94.5 37.0 98.1) |
| OKLCH | oklch(0.951 0.092 97.8) |
Copy-ready code
/* CSS */
color: #fff0a8;
background-color: #fff0a8;
/* Tailwind (arbitrary) */
class="text-[#fff0a8] bg-[#fff0a8]"
/* SCSS */
$brand: #fff0a8;
/* SwiftUI */
Color(red: 1.000, green: 0.941, blue: 0.659)
/* Android */
Color.parseColor("#fff0a8")Accessibility — WCAG contrast
Aa
#fff0a8 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff0a8 on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.1%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow34.1%
Key (black)0.0%
Color previews
#fff0a8 text on a black background
contrast 18.28:1
Card sample
#fff0a8 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff0a8;
Background color
Panel with #fff0a8 background
background-color: #fff0a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff0a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 240, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 240, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff0a8; background: linear-gradient(135deg, #fff0a8, #D4FFA8);