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