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