#fff67e
a light, electric yellow · cool · closest name: khaki
RGB
255, 246, 126
HSL
56°, 100%, 75%
CMYK
0, 4, 51, 0
Luminance
0.8868
Every format
| HEX | #fff67e |
| RGB | rgb(255, 246, 126) |
| HSL | hsl(56, 100%, 75%) |
| CMYK | cmyk(0%, 4%, 51%, 0%) |
| LAB | lab(95.5 -12.3 58.1) |
| LCH | lch(95.5 59.4 102.0) |
| OKLCH | oklch(0.957 0.142 104.9) |
Copy-ready code
/* CSS */
color: #fff67e;
background-color: #fff67e;
/* Tailwind (arbitrary) */
class="text-[#fff67e] bg-[#fff67e]"
/* SCSS */
$brand: #fff67e;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.494)
/* Android */
Color.parseColor("#fff67e")Accessibility — WCAG contrast
Aa
#fff67e on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff67e on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow50.6%
Key (black)0.0%
Color previews
#fff67e text on a black background
contrast 18.74:1
Card sample
#fff67e text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff67e;
Background color
Panel with #fff67e background
background-color: #fff67e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff67e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff67e; background: linear-gradient(135deg, #fff67e, #B2FF7E);