#f5ad99
a light, electric red · warm · closest name: pink
RGB
245, 173, 153
HSL
13°, 82%, 78%
CMYK
0, 29, 38, 4
Luminance
0.5160
Every format
| HEX | #f5ad99 |
| RGB | rgb(245, 173, 153) |
| HSL | hsl(13, 82%, 78%) |
| CMYK | cmyk(0%, 29%, 38%, 4%) |
| LAB | lab(77.0 23.9 20.8) |
| LCH | lch(77.0 31.7 41.1) |
| OKLCH | oklch(0.811 0.090 36.2) |
Copy-ready code
/* CSS */
color: #f5ad99;
background-color: #f5ad99;
/* Tailwind (arbitrary) */
class="text-[#f5ad99] bg-[#f5ad99]"
/* SCSS */
$brand: #f5ad99;
/* SwiftUI */
Color(red: 0.961, green: 0.678, blue: 0.600)
/* Android */
Color.parseColor("#f5ad99")Accessibility — WCAG contrast
Aa
#f5ad99 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ad99 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green67.8%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow37.6%
Key (black)3.9%
Color previews
#f5ad99 text on a black background
contrast 11.32:1
Card sample
#f5ad99 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ad99;
Background color
Panel with #f5ad99 background
background-color: #f5ad99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ad99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 173, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 173, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ad99; background: linear-gradient(135deg, #f5ad99, #F5EA99);