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