#f69f4f
a balanced, electric orange · warm · closest name: peru
RGB
246, 159, 79
HSL
29°, 90%, 64%
CMYK
0, 35, 68, 4
Luminance
0.4495
Every format
| HEX | #f69f4f |
| RGB | rgb(246, 159, 79) |
| HSL | hsl(29, 90%, 64%) |
| CMYK | cmyk(0%, 35%, 68%, 4%) |
| LAB | lab(72.9 25.4 53.9) |
| LCH | lch(72.9 59.6 64.7) |
| OKLCH | oklch(0.775 0.140 60.8) |
Copy-ready code
/* CSS */
color: #f69f4f;
background-color: #f69f4f;
/* Tailwind (arbitrary) */
class="text-[#f69f4f] bg-[#f69f4f]"
/* SCSS */
$brand: #f69f4f;
/* SwiftUI */
Color(red: 0.965, green: 0.624, blue: 0.310)
/* Android */
Color.parseColor("#f69f4f")Accessibility — WCAG contrast
Aa
#f69f4f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69f4f on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green62.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow67.9%
Key (black)3.5%
Color previews
#f69f4f text on a black background
contrast 9.99:1
Card sample
#f69f4f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69f4f;
Background color
Panel with #f69f4f background
background-color: #f69f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 159, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 159, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69f4f; background: linear-gradient(135deg, #f69f4f, #DEF64F);