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