#fff3ab
a light, electric yellow · cool · closest name: khaki
RGB
255, 243, 171
HSL
51°, 100%, 84%
CMYK
0, 5, 33, 0
Luminance
0.8830
Every format
| HEX | #fff3ab |
| RGB | rgb(255, 243, 171) |
| HSL | hsl(51, 100%, 84%) |
| CMYK | cmyk(0%, 5%, 33%, 0%) |
| LAB | lab(95.3 -6.3 36.2) |
| LCH | lch(95.3 36.8 99.9) |
| OKLCH | oklch(0.957 0.091 99.9) |
Copy-ready code
/* CSS */
color: #fff3ab;
background-color: #fff3ab;
/* Tailwind (arbitrary) */
class="text-[#fff3ab] bg-[#fff3ab]"
/* SCSS */
$brand: #fff3ab;
/* SwiftUI */
Color(red: 1.000, green: 0.953, blue: 0.671)
/* Android */
Color.parseColor("#fff3ab")Accessibility — WCAG contrast
Aa
#fff3ab on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff3ab on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow32.9%
Key (black)0.0%
Color previews
#fff3ab text on a black background
contrast 18.66:1
Card sample
#fff3ab text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff3ab;
Background color
Panel with #fff3ab background
background-color: #fff3ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff3ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 243, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 243, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff3ab; background: linear-gradient(135deg, #fff3ab, #D3FFAB);