#f5d294
a light, electric orange · warm · closest name: tan
RGB
245, 210, 148
HSL
38°, 83%, 77%
CMYK
0, 14, 40, 4
Luminance
0.6764
Every format
| HEX | #f5d294 |
| RGB | rgb(245, 210, 148) |
| HSL | hsl(38, 83%, 77%) |
| CMYK | cmyk(0%, 14%, 40%, 4%) |
| LAB | lab(85.8 4.0 35.3) |
| LCH | lch(85.8 35.5 83.6) |
| OKLCH | oklch(0.879 0.088 81.4) |
Copy-ready code
/* CSS */
color: #f5d294;
background-color: #f5d294;
/* Tailwind (arbitrary) */
class="text-[#f5d294] bg-[#f5d294]"
/* SCSS */
$brand: #f5d294;
/* SwiftUI */
Color(red: 0.961, green: 0.824, blue: 0.580)
/* Android */
Color.parseColor("#f5d294")Accessibility — WCAG contrast
Aa
#f5d294 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d294 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green82.4%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow39.6%
Key (black)3.9%
Color previews
#f5d294 text on a black background
contrast 14.53:1
Card sample
#f5d294 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d294;
Background color
Panel with #f5d294 background
background-color: #f5d294;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d294;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 210, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 210, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d294; background: linear-gradient(135deg, #f5d294, #D7F594);