#f69366
a light, electric orange · warm · closest name: coral
RGB
246, 147, 102
HSL
19°, 89%, 68%
CMYK
0, 40, 59, 4
Luminance
0.4142
Every format
| HEX | #f69366 |
| RGB | rgb(246, 147, 102) |
| HSL | hsl(19, 89%, 68%) |
| CMYK | cmyk(0%, 40%, 59%, 4%) |
| LAB | lab(70.5 33.1 39.6) |
| LCH | lch(70.5 51.6 50.0) |
| OKLCH | oklch(0.758 0.134 44.7) |
Copy-ready code
/* CSS */
color: #f69366;
background-color: #f69366;
/* Tailwind (arbitrary) */
class="text-[#f69366] bg-[#f69366]"
/* SCSS */
$brand: #f69366;
/* SwiftUI */
Color(red: 0.965, green: 0.576, blue: 0.400)
/* Android */
Color.parseColor("#f69366")Accessibility — WCAG contrast
Aa
#f69366 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69366 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green57.6%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow58.5%
Key (black)3.5%
Color previews
#f69366 text on a black background
contrast 9.28:1
Card sample
#f69366 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69366;
Background color
Panel with #f69366 background
background-color: #f69366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 147, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 147, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69366; background: linear-gradient(135deg, #f69366, #F6F366);