#ffaf90
a light, electric orange · warm · closest name: tan
RGB
255, 175, 144
HSL
17°, 100%, 78%
CMYK
0, 31, 44, 0
Luminance
0.5393
Every format
| HEX | #ffaf90 |
| RGB | rgb(255, 175, 144) |
| HSL | hsl(17, 100%, 78%) |
| CMYK | cmyk(0%, 31%, 44%, 0%) |
| LAB | lab(78.4 25.7 27.7) |
| LCH | lch(78.4 37.8 47.2) |
| OKLCH | oklch(0.824 0.103 42.0) |
Copy-ready code
/* CSS */
color: #ffaf90;
background-color: #ffaf90;
/* Tailwind (arbitrary) */
class="text-[#ffaf90] bg-[#ffaf90]"
/* SCSS */
$brand: #ffaf90;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.565)
/* Android */
Color.parseColor("#ffaf90")Accessibility — WCAG contrast
Aa
#ffaf90 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf90 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow43.5%
Key (black)0.0%
Color previews
#ffaf90 text on a black background
contrast 11.79:1
Card sample
#ffaf90 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf90;
Background color
Panel with #ffaf90 background
background-color: #ffaf90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf90; background: linear-gradient(135deg, #ffaf90, #FFF990);