#f5f4ba
a light, vivid yellow · cool · closest name: beige
RGB
245, 244, 186
HSL
59°, 75%, 85%
CMYK
0, 0, 24, 4
Luminance
0.8766
Every format
| HEX | #f5f4ba |
| RGB | rgb(245, 244, 186) |
| HSL | hsl(59, 75%, 85%) |
| CMYK | cmyk(0%, 0%, 24%, 4%) |
| LAB | lab(95.0 -8.7 28.2) |
| LCH | lch(95.0 29.5 107.1) |
| OKLCH | oklch(0.954 0.074 106.9) |
Copy-ready code
/* CSS */
color: #f5f4ba;
background-color: #f5f4ba;
/* Tailwind (arbitrary) */
class="text-[#f5f4ba] bg-[#f5f4ba]"
/* SCSS */
$brand: #f5f4ba;
/* SwiftUI */
Color(red: 0.961, green: 0.957, blue: 0.729)
/* Android */
Color.parseColor("#f5f4ba")Accessibility — WCAG contrast
Aa
#f5f4ba on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5f4ba on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green95.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow24.1%
Key (black)3.9%
Color previews
#f5f4ba text on a black background
contrast 18.53:1
Card sample
#f5f4ba text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5f4ba;
Background color
Panel with #f5f4ba background
background-color: #f5f4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5f4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 244, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 244, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5f4ba; background: linear-gradient(135deg, #f5f4ba, #CFF5BA);