#fff266
a light, electric yellow · cool · closest name: khaki
RGB
255, 242, 102
HSL
55°, 100%, 70%
CMYK
0, 5, 60, 0
Luminance
0.8572
Every format
| HEX | #fff266 |
| RGB | rgb(255, 242, 102) |
| HSL | hsl(55, 100%, 70%) |
| CMYK | cmyk(0%, 5%, 60%, 0%) |
| LAB | lab(94.2 -12.1 67.3) |
| LCH | lch(94.2 68.4 100.2) |
| OKLCH | oklch(0.946 0.159 104.0) |
Copy-ready code
/* CSS */
color: #fff266;
background-color: #fff266;
/* Tailwind (arbitrary) */
class="text-[#fff266] bg-[#fff266]"
/* SCSS */
$brand: #fff266;
/* SwiftUI */
Color(red: 1.000, green: 0.949, blue: 0.400)
/* Android */
Color.parseColor("#fff266")Accessibility — WCAG contrast
Aa
#fff266 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff266 on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.9%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow60.0%
Key (black)0.0%
Color previews
#fff266 text on a black background
contrast 18.14:1
Card sample
#fff266 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff266;
Background color
Panel with #fff266 background
background-color: #fff266;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff266;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 242, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 242, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff266; background: linear-gradient(135deg, #fff266, #A6FF66);