#ffaf6b
a light, electric orange · warm · closest name: peru
RGB
255, 175, 107
HSL
28°, 100%, 71%
CMYK
0, 31, 58, 0
Luminance
0.5298
Every format
| HEX | #ffaf6b |
| RGB | rgb(255, 175, 107) |
| HSL | hsl(28, 100%, 71%) |
| CMYK | cmyk(0%, 31%, 58%, 0%) |
| LAB | lab(77.9 22.5 46.3) |
| LCH | lch(77.9 51.4 64.1) |
| OKLCH | oklch(0.818 0.126 60.0) |
Copy-ready code
/* CSS */
color: #ffaf6b;
background-color: #ffaf6b;
/* Tailwind (arbitrary) */
class="text-[#ffaf6b] bg-[#ffaf6b]"
/* SCSS */
$brand: #ffaf6b;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.420)
/* Android */
Color.parseColor("#ffaf6b")Accessibility — WCAG contrast
Aa
#ffaf6b on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf6b on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow58.0%
Key (black)0.0%
Color previews
#ffaf6b text on a black background
contrast 11.60:1
Card sample
#ffaf6b text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf6b;
Background color
Panel with #ffaf6b background
background-color: #ffaf6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf6b; background: linear-gradient(135deg, #ffaf6b, #ECFF6B);