#f5cb98
a light, electric orange · warm · closest name: tan
RGB
245, 203, 152
HSL
33°, 82%, 78%
CMYK
0, 17, 38, 4
Luminance
0.6439
Every format
| HEX | #f5cb98 |
| RGB | rgb(245, 203, 152) |
| HSL | hsl(33, 82%, 78%) |
| CMYK | cmyk(0%, 17%, 38%, 4%) |
| LAB | lab(84.2 8.0 31.0) |
| LCH | lch(84.2 32.0 75.5) |
| OKLCH | oklch(0.867 0.081 71.8) |
Copy-ready code
/* CSS */
color: #f5cb98;
background-color: #f5cb98;
/* Tailwind (arbitrary) */
class="text-[#f5cb98] bg-[#f5cb98]"
/* SCSS */
$brand: #f5cb98;
/* SwiftUI */
Color(red: 0.961, green: 0.796, blue: 0.596)
/* Android */
Color.parseColor("#f5cb98")Accessibility — WCAG contrast
Aa
#f5cb98 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cb98 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green79.6%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow38.0%
Key (black)3.9%
Color previews
#f5cb98 text on a black background
contrast 13.88:1
Card sample
#f5cb98 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cb98;
Background color
Panel with #f5cb98 background
background-color: #f5cb98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cb98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 203, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 203, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cb98; background: linear-gradient(135deg, #f5cb98, #E1F598);