#f69964
a light, electric orange · warm · closest name: peru
RGB
246, 153, 100
HSL
22°, 89%, 68%
CMYK
0, 38, 59, 4
Luminance
0.4330
Every format
| HEX | #f69964 |
| RGB | rgb(246, 153, 100) |
| HSL | hsl(22, 89%, 68%) |
| CMYK | cmyk(0%, 38%, 59%, 4%) |
| LAB | lab(71.8 29.9 42.2) |
| LCH | lch(71.8 51.7 54.7) |
| OKLCH | oklch(0.768 0.131 49.6) |
Copy-ready code
/* CSS */
color: #f69964;
background-color: #f69964;
/* Tailwind (arbitrary) */
class="text-[#f69964] bg-[#f69964]"
/* SCSS */
$brand: #f69964;
/* SwiftUI */
Color(red: 0.965, green: 0.600, blue: 0.392)
/* Android */
Color.parseColor("#f69964")Accessibility — WCAG contrast
Aa
#f69964 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69964 on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.0%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow59.3%
Key (black)3.5%
Color previews
#f69964 text on a black background
contrast 9.66:1
Card sample
#f69964 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69964;
Background color
Panel with #f69964 background
background-color: #f69964;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69964;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 153, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 153, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69964; background: linear-gradient(135deg, #f69964, #F2F664);