#fff5bb
a pale, electric yellow · cool · closest name: khaki
RGB
255, 245, 187
HSL
51°, 100%, 87%
CMYK
0, 4, 27, 0
Luminance
0.9015
Every format
| HEX | #fff5bb |
| RGB | rgb(255, 245, 187) |
| HSL | hsl(51, 100%, 87%) |
| CMYK | cmyk(0%, 4%, 27%, 0%) |
| LAB | lab(96.1 -5.4 29.2) |
| LCH | lch(96.1 29.7 100.4) |
| OKLCH | oklch(0.964 0.075 99.4) |
Copy-ready code
/* CSS */
color: #fff5bb;
background-color: #fff5bb;
/* Tailwind (arbitrary) */
class="text-[#fff5bb] bg-[#fff5bb]"
/* SCSS */
$brand: #fff5bb;
/* SwiftUI */
Color(red: 1.000, green: 0.961, blue: 0.733)
/* Android */
Color.parseColor("#fff5bb")Accessibility — WCAG contrast
Aa
#fff5bb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff5bb on black: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.1%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow26.7%
Key (black)0.0%
Color previews
#fff5bb text on a black background
contrast 19.03:1
Card sample
#fff5bb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff5bb;
Background color
Panel with #fff5bb background
background-color: #fff5bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff5bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 245, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 245, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff5bb; background: linear-gradient(135deg, #fff5bb, #DCFFBB);