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