#f9af8f
a light, electric orange · warm · closest name: tan
RGB
249, 175, 143
HSL
18°, 90%, 77%
CMYK
0, 30, 43, 2
Luminance
0.5278
Every format
| HEX | #f9af8f |
| RGB | rgb(249, 175, 143) |
| HSL | hsl(18, 90%, 77%) |
| CMYK | cmyk(0%, 30%, 43%, 2%) |
| LAB | lab(77.8 23.3 27.2) |
| LCH | lch(77.8 35.8 49.5) |
| OKLCH | oklch(0.817 0.098 44.3) |
Copy-ready code
/* CSS */
color: #f9af8f;
background-color: #f9af8f;
/* Tailwind (arbitrary) */
class="text-[#f9af8f] bg-[#f9af8f]"
/* SCSS */
$brand: #f9af8f;
/* SwiftUI */
Color(red: 0.976, green: 0.686, blue: 0.561)
/* Android */
Color.parseColor("#f9af8f")Accessibility — WCAG contrast
Aa
#f9af8f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9af8f on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green68.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow42.6%
Key (black)2.4%
Color previews
#f9af8f text on a black background
contrast 11.56:1
Card sample
#f9af8f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9af8f;
Background color
Panel with #f9af8f background
background-color: #f9af8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9af8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 175, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 175, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9af8f; background: linear-gradient(135deg, #f9af8f, #F9F68F);