#f5c98f
a light, electric orange · warm · closest name: tan
RGB
245, 201, 143
HSL
34°, 84%, 76%
CMYK
0, 18, 42, 4
Luminance
0.6317
Every format
| HEX | #f5c98f |
| RGB | rgb(245, 201, 143) |
| HSL | hsl(34, 84%, 76%) |
| CMYK | cmyk(0%, 18%, 42%, 4%) |
| LAB | lab(83.5 8.1 34.8) |
| LCH | lch(83.5 35.8 76.9) |
| OKLCH | oklch(0.861 0.089 73.8) |
Copy-ready code
/* CSS */
color: #f5c98f;
background-color: #f5c98f;
/* Tailwind (arbitrary) */
class="text-[#f5c98f] bg-[#f5c98f]"
/* SCSS */
$brand: #f5c98f;
/* SwiftUI */
Color(red: 0.961, green: 0.788, blue: 0.561)
/* Android */
Color.parseColor("#f5c98f")Accessibility — WCAG contrast
Aa
#f5c98f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5c98f on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green78.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow41.6%
Key (black)3.9%
Color previews
#f5c98f text on a black background
contrast 13.63:1
Card sample
#f5c98f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5c98f;
Background color
Panel with #f5c98f background
background-color: #f5c98f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5c98f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 201, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 201, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5c98f; background: linear-gradient(135deg, #f5c98f, #DDF58F);