#fff69f
a light, electric yellow · cool · closest name: khaki
RGB
255, 246, 159
HSL
54°, 100%, 81%
CMYK
0, 4, 38, 0
Luminance
0.8967
Every format
| HEX | #fff69f |
| RGB | rgb(255, 246, 159) |
| HSL | hsl(54, 100%, 81%) |
| CMYK | cmyk(0%, 4%, 38%, 0%) |
| LAB | lab(95.9 -9.2 42.9) |
| LCH | lch(95.9 43.9 102.1) |
| OKLCH | oklch(0.961 0.108 103.1) |
Copy-ready code
/* CSS */
color: #fff69f;
background-color: #fff69f;
/* Tailwind (arbitrary) */
class="text-[#fff69f] bg-[#fff69f]"
/* SCSS */
$brand: #fff69f;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.624)
/* Android */
Color.parseColor("#fff69f")Accessibility — WCAG contrast
Aa
#fff69f on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff69f on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow37.6%
Key (black)0.0%
Color previews
#fff69f text on a black background
contrast 18.93:1
Card sample
#fff69f text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff69f;
Background color
Panel with #fff69f background
background-color: #fff69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff69f; background: linear-gradient(135deg, #fff69f, #C8FF9F);