#fff6af
a light, electric yellow · cool · closest name: khaki
RGB
255, 246, 175
HSL
53°, 100%, 84%
CMYK
0, 4, 31, 0
Luminance
0.9027
Every format
| HEX | #fff6af |
| RGB | rgb(255, 246, 175) |
| HSL | hsl(53, 100%, 84%) |
| CMYK | cmyk(0%, 4%, 31%, 0%) |
| LAB | lab(96.1 -7.4 35.3) |
| LCH | lch(96.1 36.1 101.8) |
| OKLCH | oklch(0.964 0.090 101.8) |
Copy-ready code
/* CSS */
color: #fff6af;
background-color: #fff6af;
/* Tailwind (arbitrary) */
class="text-[#fff6af] bg-[#fff6af]"
/* SCSS */
$brand: #fff6af;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.686)
/* Android */
Color.parseColor("#fff6af")Accessibility — WCAG contrast
Aa
#fff6af on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff6af on black: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow31.4%
Key (black)0.0%
Color previews
#fff6af text on a black background
contrast 19.05:1
Card sample
#fff6af text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff6af;
Background color
Panel with #fff6af background
background-color: #fff6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff6af; background: linear-gradient(135deg, #fff6af, #D3FFAF);