#f5e2ba
a light, vivid yellow · warm · closest name: beige
RGB
245, 226, 186
HSL
41°, 75%, 85%
CMYK
0, 8, 24, 4
Luminance
0.7735
Every format
| HEX | #f5e2ba |
| RGB | rgb(245, 226, 186) |
| HSL | hsl(41, 75%, 85%) |
| CMYK | cmyk(0%, 8%, 24%, 4%) |
| LAB | lab(90.5 0.4 21.9) |
| LCH | lch(90.5 21.9 88.9) |
| OKLCH | oklch(0.918 0.056 85.6) |
Copy-ready code
/* CSS */
color: #f5e2ba;
background-color: #f5e2ba;
/* Tailwind (arbitrary) */
class="text-[#f5e2ba] bg-[#f5e2ba]"
/* SCSS */
$brand: #f5e2ba;
/* SwiftUI */
Color(red: 0.961, green: 0.886, blue: 0.729)
/* Android */
Color.parseColor("#f5e2ba")Accessibility — WCAG contrast
Aa
#f5e2ba on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5e2ba on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green88.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow24.1%
Key (black)3.9%
Color previews
#f5e2ba text on a black background
contrast 16.47:1
Card sample
#f5e2ba text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5e2ba;
Background color
Panel with #f5e2ba background
background-color: #f5e2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5e2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 226, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 226, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5e2ba; background: linear-gradient(135deg, #f5e2ba, #E1F5BA);