#fffb69
a light, electric yellow · cool · closest name: gold
RGB
255, 251, 105
HSL
58°, 100%, 71%
CMYK
0, 2, 59, 0
Luminance
0.9127
Every format
| HEX | #fffb69 |
| RGB | rgb(255, 251, 105) |
| HSL | hsl(58, 100%, 71%) |
| CMYK | cmyk(0%, 2%, 59%, 0%) |
| LAB | lab(96.5 -16.3 68.6) |
| LCH | lch(96.5 70.5 103.4) |
| OKLCH | oklch(0.964 0.165 107.7) |
Copy-ready code
/* CSS */
color: #fffb69;
background-color: #fffb69;
/* Tailwind (arbitrary) */
class="text-[#fffb69] bg-[#fffb69]"
/* SCSS */
$brand: #fffb69;
/* SwiftUI */
Color(red: 1.000, green: 0.984, blue: 0.412)
/* Android */
Color.parseColor("#fffb69")Accessibility — WCAG contrast
Aa
#fffb69 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffb69 on black: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.4%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow58.8%
Key (black)0.0%
Color previews
#fffb69 text on a black background
contrast 19.25:1
Card sample
#fffb69 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffb69;
Background color
Panel with #fffb69 background
background-color: #fffb69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffb69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 251, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 251, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffb69; background: linear-gradient(135deg, #fffb69, #9FFF69);