#fbf3cc
a pale, electric yellow · cool · closest name: beige
RGB
251, 243, 204
HSL
50°, 86%, 89%
CMYK
0, 3, 19, 2
Luminance
0.8897
Every format
| HEX | #fbf3cc |
| RGB | rgb(251, 243, 204) |
| HSL | hsl(50, 86%, 89%) |
| CMYK | cmyk(0%, 3%, 19%, 2%) |
| LAB | lab(95.6 -3.5 19.8) |
| LCH | lch(95.6 20.1 100.0) |
| OKLCH | oklch(0.961 0.051 97.7) |
Copy-ready code
/* CSS */
color: #fbf3cc;
background-color: #fbf3cc;
/* Tailwind (arbitrary) */
class="text-[#fbf3cc] bg-[#fbf3cc]"
/* SCSS */
$brand: #fbf3cc;
/* SwiftUI */
Color(red: 0.984, green: 0.953, blue: 0.800)
/* Android */
Color.parseColor("#fbf3cc")Accessibility — WCAG contrast
Aa
#fbf3cc on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf3cc on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green95.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow18.7%
Key (black)1.6%
Color previews
#fbf3cc text on a black background
contrast 18.79:1
Card sample
#fbf3cc text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf3cc;
Background color
Panel with #fbf3cc background
background-color: #fbf3cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf3cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 243, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 243, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf3cc; background: linear-gradient(135deg, #fbf3cc, #E4FBCC);