#f8c69b
a light, electric orange · warm · closest name: tan
RGB
248, 198, 155
HSL
28°, 87%, 79%
CMYK
0, 20, 38, 3
Luminance
0.6271
Every format
| HEX | #f8c69b |
| RGB | rgb(248, 198, 155) |
| HSL | hsl(28, 87%, 79%) |
| CMYK | cmyk(0%, 20%, 38%, 3%) |
| LAB | lab(83.3 12.1 28.3) |
| LCH | lch(83.3 30.8 66.8) |
| OKLCH | oklch(0.861 0.080 62.1) |
Copy-ready code
/* CSS */
color: #f8c69b;
background-color: #f8c69b;
/* Tailwind (arbitrary) */
class="text-[#f8c69b] bg-[#f8c69b]"
/* SCSS */
$brand: #f8c69b;
/* SwiftUI */
Color(red: 0.973, green: 0.776, blue: 0.608)
/* Android */
Color.parseColor("#f8c69b")Accessibility — WCAG contrast
Aa
#f8c69b on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8c69b on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green77.6%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow37.5%
Key (black)2.7%
Color previews
#f8c69b text on a black background
contrast 13.54:1
Card sample
#f8c69b text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8c69b;
Background color
Panel with #f8c69b background
background-color: #f8c69b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8c69b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 198, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 198, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8c69b; background: linear-gradient(135deg, #f8c69b, #ECF89B);