#f7c69f
a light, electric orange · warm · closest name: tan
RGB
247, 198, 159
HSL
27°, 85%, 80%
CMYK
0, 20, 36, 3
Luminance
0.6267
Every format
| HEX | #f7c69f |
| RGB | rgb(247, 198, 159) |
| HSL | hsl(27, 85%, 80%) |
| CMYK | cmyk(0%, 20%, 36%, 3%) |
| LAB | lab(83.3 12.2 26.2) |
| LCH | lch(83.3 28.9 65.0) |
| OKLCH | oklch(0.860 0.076 60.1) |
Copy-ready code
/* CSS */
color: #f7c69f;
background-color: #f7c69f;
/* Tailwind (arbitrary) */
class="text-[#f7c69f] bg-[#f7c69f]"
/* SCSS */
$brand: #f7c69f;
/* SwiftUI */
Color(red: 0.969, green: 0.776, blue: 0.624)
/* Android */
Color.parseColor("#f7c69f")Accessibility — WCAG contrast
Aa
#f7c69f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7c69f on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green77.6%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow35.6%
Key (black)3.1%
Color previews
#f7c69f text on a black background
contrast 13.53:1
Card sample
#f7c69f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7c69f;
Background color
Panel with #f7c69f background
background-color: #f7c69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7c69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 198, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 198, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7c69f; background: linear-gradient(135deg, #f7c69f, #EDF79F);