#f4e3bc
a light, vivid yellow · warm · closest name: beige
RGB
244, 227, 188
HSL
42°, 72%, 85%
CMYK
0, 7, 23, 4
Luminance
0.7780
Every format
| HEX | #f4e3bc |
| RGB | rgb(244, 227, 188) |
| HSL | hsl(42, 72%, 85%) |
| CMYK | cmyk(0%, 7%, 23%, 4%) |
| LAB | lab(90.7 -0.2 21.2) |
| LCH | lch(90.7 21.2 90.5) |
| OKLCH | oklch(0.920 0.054 87.2) |
Copy-ready code
/* CSS */
color: #f4e3bc;
background-color: #f4e3bc;
/* Tailwind (arbitrary) */
class="text-[#f4e3bc] bg-[#f4e3bc]"
/* SCSS */
$brand: #f4e3bc;
/* SwiftUI */
Color(red: 0.957, green: 0.890, blue: 0.737)
/* Android */
Color.parseColor("#f4e3bc")Accessibility — WCAG contrast
Aa
#f4e3bc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4e3bc on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green89.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow23.0%
Key (black)4.3%
Color previews
#f4e3bc text on a black background
contrast 16.56:1
Card sample
#f4e3bc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4e3bc;
Background color
Panel with #f4e3bc background
background-color: #f4e3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4e3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 227, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 227, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4e3bc; background: linear-gradient(135deg, #f4e3bc, #E0F4BC);