#ffaf12
a balanced, electric orange · warm · closest name: orange
RGB
255, 175, 18
HSL
40°, 100%, 54%
CMYK
0, 31, 93, 0
Luminance
0.5196
Every format
| HEX | #ffaf12 |
| RGB | rgb(255, 175, 18) |
| HSL | hsl(40, 100%, 54%) |
| CMYK | cmyk(0%, 31%, 93%, 0%) |
| LAB | lab(77.3 18.9 78.4) |
| LCH | lch(77.3 80.6 76.5) |
| OKLCH | oklch(0.811 0.168 75.3) |
Copy-ready code
/* CSS */
color: #ffaf12;
background-color: #ffaf12;
/* Tailwind (arbitrary) */
class="text-[#ffaf12] bg-[#ffaf12]"
/* SCSS */
$brand: #ffaf12;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.071)
/* Android */
Color.parseColor("#ffaf12")Accessibility — WCAG contrast
Aa
#ffaf12 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf12 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow92.9%
Key (black)0.0%
Color previews
#ffaf12 text on a black background
contrast 11.39:1
Card sample
#ffaf12 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf12;
Background color
Panel with #ffaf12 background
background-color: #ffaf12;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf12;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf12; background: linear-gradient(135deg, #ffaf12, #B1FF12);