#fff7cb
a pale, electric yellow · cool · closest name: beige
RGB
255, 247, 203
HSL
51°, 100%, 90%
CMYK
0, 3, 20, 0
Luminance
0.9209
Every format
| HEX | #fff7cb |
| RGB | rgb(255, 247, 203) |
| HSL | hsl(51, 100%, 90%) |
| CMYK | cmyk(0%, 3%, 20%, 0%) |
| LAB | lab(96.9 -4.2 22.2) |
| LCH | lch(96.9 22.6 100.8) |
| OKLCH | oklch(0.972 0.057 98.8) |
Copy-ready code
/* CSS */
color: #fff7cb;
background-color: #fff7cb;
/* Tailwind (arbitrary) */
class="text-[#fff7cb] bg-[#fff7cb]"
/* SCSS */
$brand: #fff7cb;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.796)
/* Android */
Color.parseColor("#fff7cb")Accessibility — WCAG contrast
Aa
#fff7cb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff7cb on black: 19.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow20.4%
Key (black)0.0%
Color previews
#fff7cb text on a black background
contrast 19.42:1
Card sample
#fff7cb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff7cb;
Background color
Panel with #fff7cb background
background-color: #fff7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff7cb; background: linear-gradient(135deg, #fff7cb, #E4FFCB);