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