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