#ffaf42
a balanced, electric orange · warm · closest name: orange
RGB
255, 175, 66
HSL
35°, 100%, 63%
CMYK
0, 31, 74, 0
Luminance
0.5231
Every format
| HEX | #ffaf42 |
| RGB | rgb(255, 175, 66) |
| HSL | hsl(35, 100%, 63%) |
| CMYK | cmyk(0%, 31%, 74%, 0%) |
| LAB | lab(77.5 20.1 64.7) |
| LCH | lch(77.5 67.7 72.7) |
| OKLCH | oklch(0.813 0.151 70.5) |
Copy-ready code
/* CSS */
color: #ffaf42;
background-color: #ffaf42;
/* Tailwind (arbitrary) */
class="text-[#ffaf42] bg-[#ffaf42]"
/* SCSS */
$brand: #ffaf42;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.259)
/* Android */
Color.parseColor("#ffaf42")Accessibility — WCAG contrast
Aa
#ffaf42 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf42 on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow74.1%
Key (black)0.0%
Color previews
#ffaf42 text on a black background
contrast 11.46:1
Card sample
#ffaf42 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf42;
Background color
Panel with #ffaf42 background
background-color: #ffaf42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf42; background: linear-gradient(135deg, #ffaf42, #D1FF42);