#f68f21
a balanced, electric orange · warm · closest name: orange
RGB
246, 143, 33
HSL
31°, 92%, 55%
CMYK
0, 42, 87, 4
Luminance
0.3935
Every format
| HEX | #f68f21 |
| RGB | rgb(246, 143, 33) |
| HSL | hsl(31, 92%, 55%) |
| CMYK | cmyk(0%, 42%, 87%, 4%) |
| LAB | lab(69.0 32.1 68.4) |
| LCH | lch(69.0 75.5 64.9) |
| OKLCH | oklch(0.745 0.165 60.1) |
Copy-ready code
/* CSS */
color: #f68f21;
background-color: #f68f21;
/* Tailwind (arbitrary) */
class="text-[#f68f21] bg-[#f68f21]"
/* SCSS */
$brand: #f68f21;
/* SwiftUI */
Color(red: 0.965, green: 0.561, blue: 0.129)
/* Android */
Color.parseColor("#f68f21")Accessibility — WCAG contrast
Aa
#f68f21 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68f21 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green56.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow86.6%
Key (black)3.5%
Color previews
#f68f21 text on a black background
contrast 8.87:1
Card sample
#f68f21 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68f21;
Background color
Panel with #f68f21 background
background-color: #f68f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 143, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 143, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68f21; background: linear-gradient(135deg, #f68f21, #CFF621);