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