#ffaf98
a light, electric red · warm · closest name: pink
RGB
255, 175, 152
HSL
13°, 100%, 80%
CMYK
0, 31, 40, 0
Luminance
0.5419
Every format
| HEX | #ffaf98 |
| RGB | rgb(255, 175, 152) |
| HSL | hsl(13, 100%, 80%) |
| CMYK | cmyk(0%, 31%, 40%, 0%) |
| LAB | lab(78.6 26.6 23.6) |
| LCH | lch(78.6 35.5 41.7) |
| OKLCH | oklch(0.825 0.100 36.7) |
Copy-ready code
/* CSS */
color: #ffaf98;
background-color: #ffaf98;
/* Tailwind (arbitrary) */
class="text-[#ffaf98] bg-[#ffaf98]"
/* SCSS */
$brand: #ffaf98;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.596)
/* Android */
Color.parseColor("#ffaf98")Accessibility — WCAG contrast
Aa
#ffaf98 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf98 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow40.4%
Key (black)0.0%
Color previews
#ffaf98 text on a black background
contrast 11.84:1
Card sample
#ffaf98 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf98;
Background color
Panel with #ffaf98 background
background-color: #ffaf98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf98; background: linear-gradient(135deg, #ffaf98, #FFF498);