#fff4b6
a pale, electric yellow · cool · closest name: khaki
RGB
255, 244, 182
HSL
51°, 100%, 86%
CMYK
0, 4, 29, 0
Luminance
0.8934
Every format
| HEX | #fff4b6 |
| RGB | rgb(255, 244, 182) |
| HSL | hsl(51, 100%, 86%) |
| CMYK | cmyk(0%, 4%, 29%, 0%) |
| LAB | lab(95.7 -5.5 31.3) |
| LCH | lch(95.7 31.8 100.0) |
| OKLCH | oklch(0.961 0.080 99.2) |
Copy-ready code
/* CSS */
color: #fff4b6;
background-color: #fff4b6;
/* Tailwind (arbitrary) */
class="text-[#fff4b6] bg-[#fff4b6]"
/* SCSS */
$brand: #fff4b6;
/* SwiftUI */
Color(red: 1.000, green: 0.957, blue: 0.714)
/* Android */
Color.parseColor("#fff4b6")Accessibility — WCAG contrast
Aa
#fff4b6 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff4b6 on black: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.7%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow28.6%
Key (black)0.0%
Color previews
#fff4b6 text on a black background
contrast 18.87:1
Card sample
#fff4b6 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff4b6;
Background color
Panel with #fff4b6 background
background-color: #fff4b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff4b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 244, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 244, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff4b6; background: linear-gradient(135deg, #fff4b6, #D9FFB6);