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