#f6af87
a light, electric orange · warm · closest name: tan
RGB
246, 175, 135
HSL
22°, 86%, 75%
CMYK
0, 29, 45, 4
Luminance
0.5200
Every format
| HEX | #f6af87 |
| RGB | rgb(246, 175, 135) |
| HSL | hsl(22, 86%, 75%) |
| CMYK | cmyk(0%, 29%, 45%, 4%) |
| LAB | lab(77.3 21.3 30.8) |
| LCH | lch(77.3 37.5 55.3) |
| OKLCH | oklch(0.812 0.099 50.3) |
Copy-ready code
/* CSS */
color: #f6af87;
background-color: #f6af87;
/* Tailwind (arbitrary) */
class="text-[#f6af87] bg-[#f6af87]"
/* SCSS */
$brand: #f6af87;
/* SwiftUI */
Color(red: 0.965, green: 0.686, blue: 0.529)
/* Android */
Color.parseColor("#f6af87")Accessibility — WCAG contrast
Aa
#f6af87 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6af87 on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green68.6%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow45.1%
Key (black)3.5%
Color previews
#f6af87 text on a black background
contrast 11.40:1
Card sample
#f6af87 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6af87;
Background color
Panel with #f6af87 background
background-color: #f6af87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6af87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 175, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 175, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6af87; background: linear-gradient(135deg, #f6af87, #F3F687);