#fff7b7
a pale, electric yellow · cool · closest name: khaki
RGB
255, 247, 183
HSL
53°, 100%, 86%
CMYK
0, 3, 28, 0
Luminance
0.9120
Every format
| HEX | #fff7b7 |
| RGB | rgb(255, 247, 183) |
| HSL | hsl(53, 100%, 86%) |
| CMYK | cmyk(0%, 3%, 28%, 0%) |
| LAB | lab(96.5 -6.9 31.8) |
| LCH | lch(96.5 32.5 102.2) |
| OKLCH | oklch(0.967 0.082 101.8) |
Copy-ready code
/* CSS */
color: #fff7b7;
background-color: #fff7b7;
/* Tailwind (arbitrary) */
class="text-[#fff7b7] bg-[#fff7b7]"
/* SCSS */
$brand: #fff7b7;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.718)
/* Android */
Color.parseColor("#fff7b7")Accessibility — WCAG contrast
Aa
#fff7b7 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff7b7 on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow28.2%
Key (black)0.0%
Color previews
#fff7b7 text on a black background
contrast 19.24:1
Card sample
#fff7b7 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff7b7;
Background color
Panel with #fff7b7 background
background-color: #fff7b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff7b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff7b7; background: linear-gradient(135deg, #fff7b7, #D7FFB7);