#fff09d
a light, electric yellow · cool · closest name: khaki
RGB
255, 240, 157
HSL
51°, 100%, 81%
CMYK
0, 6, 38, 0
Luminance
0.8601
Every format
| HEX | #fff09d |
| RGB | rgb(255, 240, 157) |
| HSL | hsl(51, 100%, 81%) |
| CMYK | cmyk(0%, 6%, 38%, 0%) |
| LAB | lab(94.3 -6.4 41.9) |
| LCH | lch(94.3 42.4 98.7) |
| OKLCH | oklch(0.949 0.104 99.2) |
Copy-ready code
/* CSS */
color: #fff09d;
background-color: #fff09d;
/* Tailwind (arbitrary) */
class="text-[#fff09d] bg-[#fff09d]"
/* SCSS */
$brand: #fff09d;
/* SwiftUI */
Color(red: 1.000, green: 0.941, blue: 0.616)
/* Android */
Color.parseColor("#fff09d")Accessibility — WCAG contrast
Aa
#fff09d on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff09d on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.1%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow38.4%
Key (black)0.0%
Color previews
#fff09d text on a black background
contrast 18.20:1
Card sample
#fff09d text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff09d;
Background color
Panel with #fff09d background
background-color: #fff09d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff09d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 240, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 240, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff09d; background: linear-gradient(135deg, #fff09d, #CDFF9D);