#fc6708
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 103, 8
HSL
23°, 98%, 51%
CMYK
0, 59, 97, 1
Luminance
0.3041
Every format
| HEX | #fc6708 |
| RGB | rgb(252, 103, 8) |
| HSL | hsl(23, 98%, 51%) |
| CMYK | cmyk(0%, 59%, 97%, 1%) |
| LAB | lab(62.0 53.5 69.6) |
| LCH | lch(62.0 87.8 52.4) |
| OKLCH | oklch(0.693 0.200 43.8) |
Copy-ready code
/* CSS */
color: #fc6708;
background-color: #fc6708;
/* Tailwind (arbitrary) */
class="text-[#fc6708] bg-[#fc6708]"
/* SCSS */
$brand: #fc6708;
/* SwiftUI */
Color(red: 0.988, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#fc6708")Accessibility — WCAG contrast
Aa
#fc6708 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc6708 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow96.8%
Key (black)1.2%
Color previews
#fc6708 text on a black background
contrast 7.08:1
Card sample
#fc6708 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc6708;
Background color
Panel with #fc6708 background
background-color: #fc6708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc6708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc6708; background: linear-gradient(135deg, #fc6708, #EEFC08);