#fff06d
a light, electric yellow · cool · closest name: khaki
RGB
255, 240, 109
HSL
54°, 100%, 71%
CMYK
0, 6, 57, 0
Luminance
0.8468
Every format
| HEX | #fff06d |
| RGB | rgb(255, 240, 109) |
| HSL | hsl(54, 100%, 71%) |
| CMYK | cmyk(0%, 6%, 57%, 0%) |
| LAB | lab(93.8 -10.7 63.8) |
| LCH | lch(93.8 64.7 99.5) |
| OKLCH | oklch(0.942 0.151 102.8) |
Copy-ready code
/* CSS */
color: #fff06d;
background-color: #fff06d;
/* Tailwind (arbitrary) */
class="text-[#fff06d] bg-[#fff06d]"
/* SCSS */
$brand: #fff06d;
/* SwiftUI */
Color(red: 1.000, green: 0.941, blue: 0.427)
/* Android */
Color.parseColor("#fff06d")Accessibility — WCAG contrast
Aa
#fff06d on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff06d on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.1%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow57.3%
Key (black)0.0%
Color previews
#fff06d text on a black background
contrast 17.94:1
Card sample
#fff06d text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff06d;
Background color
Panel with #fff06d background
background-color: #fff06d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff06d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 240, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 240, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff06d; background: linear-gradient(135deg, #fff06d, #ADFF6D);