#fff669
a light, electric yellow · cool · closest name: khaki
RGB
255, 246, 105
HSL
56°, 100%, 71%
CMYK
0, 4, 59, 0
Luminance
0.8819
Every format
| HEX | #fff669 |
| RGB | rgb(255, 246, 105) |
| HSL | hsl(56, 100%, 71%) |
| CMYK | cmyk(0%, 4%, 59%, 0%) |
| LAB | lab(95.2 -13.9 67.2) |
| LCH | lch(95.2 68.6 101.7) |
| OKLCH | oklch(0.954 0.160 105.6) |
Copy-ready code
/* CSS */
color: #fff669;
background-color: #fff669;
/* Tailwind (arbitrary) */
class="text-[#fff669] bg-[#fff669]"
/* SCSS */
$brand: #fff669;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.412)
/* Android */
Color.parseColor("#fff669")Accessibility — WCAG contrast
Aa
#fff669 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff669 on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow58.8%
Key (black)0.0%
Color previews
#fff669 text on a black background
contrast 18.64:1
Card sample
#fff669 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff669;
Background color
Panel with #fff669 background
background-color: #fff669;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff669;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff669; background: linear-gradient(135deg, #fff669, #A4FF69);