#ffaf95
a light, electric red · warm · closest name: tan
RGB
255, 175, 149
HSL
15°, 100%, 79%
CMYK
0, 31, 42, 0
Luminance
0.5409
Every format
| HEX | #ffaf95 |
| RGB | rgb(255, 175, 149) |
| HSL | hsl(15, 100%, 79%) |
| CMYK | cmyk(0%, 31%, 42%, 0%) |
| LAB | lab(78.5 26.2 25.2) |
| LCH | lch(78.5 36.4 43.8) |
| OKLCH | oklch(0.825 0.101 38.8) |
Copy-ready code
/* CSS */
color: #ffaf95;
background-color: #ffaf95;
/* Tailwind (arbitrary) */
class="text-[#ffaf95] bg-[#ffaf95]"
/* SCSS */
$brand: #ffaf95;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.584)
/* Android */
Color.parseColor("#ffaf95")Accessibility — WCAG contrast
Aa
#ffaf95 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf95 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow41.6%
Key (black)0.0%
Color previews
#ffaf95 text on a black background
contrast 11.82:1
Card sample
#ffaf95 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf95;
Background color
Panel with #ffaf95 background
background-color: #ffaf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf95; background: linear-gradient(135deg, #ffaf95, #FFF695);