#f69650
a balanced, electric orange · warm · closest name: peru
RGB
246, 150, 80
HSL
25°, 90%, 64%
CMYK
0, 39, 68, 4
Luminance
0.4198
Every format
| HEX | #f69650 |
| RGB | rgb(246, 150, 80) |
| HSL | hsl(25, 90%, 64%) |
| CMYK | cmyk(0%, 39%, 68%, 4%) |
| LAB | lab(70.9 30.2 51.2) |
| LCH | lch(70.9 59.4 59.5) |
| OKLCH | oklch(0.760 0.143 54.6) |
Copy-ready code
/* CSS */
color: #f69650;
background-color: #f69650;
/* Tailwind (arbitrary) */
class="text-[#f69650] bg-[#f69650]"
/* SCSS */
$brand: #f69650;
/* SwiftUI */
Color(red: 0.965, green: 0.588, blue: 0.314)
/* Android */
Color.parseColor("#f69650")Accessibility — WCAG contrast
Aa
#f69650 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69650 on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green58.8%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow67.5%
Key (black)3.5%
Color previews
#f69650 text on a black background
contrast 9.40:1
Card sample
#f69650 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69650;
Background color
Panel with #f69650 background
background-color: #f69650;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69650;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 150, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 150, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69650; background: linear-gradient(135deg, #f69650, #E7F650);