#f8cbac
a light, electric orange · warm · closest name: tan
RGB
248, 203, 172
HSL
25°, 84%, 82%
CMYK
0, 18, 31, 3
Luminance
0.6565
Every format
| HEX | #f8cbac |
| RGB | rgb(248, 203, 172) |
| HSL | hsl(25, 84%, 82%) |
| CMYK | cmyk(0%, 18%, 31%, 3%) |
| LAB | lab(84.8 11.6 21.5) |
| LCH | lch(84.8 24.4 61.7) |
| OKLCH | oklch(0.874 0.066 56.3) |
Copy-ready code
/* CSS */
color: #f8cbac;
background-color: #f8cbac;
/* Tailwind (arbitrary) */
class="text-[#f8cbac] bg-[#f8cbac]"
/* SCSS */
$brand: #f8cbac;
/* SwiftUI */
Color(red: 0.973, green: 0.796, blue: 0.675)
/* Android */
Color.parseColor("#f8cbac")Accessibility — WCAG contrast
Aa
#f8cbac on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8cbac on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green79.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow30.6%
Key (black)2.7%
Color previews
#f8cbac text on a black background
contrast 14.13:1
Card sample
#f8cbac text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8cbac;
Background color
Panel with #f8cbac background
background-color: #f8cbac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8cbac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 203, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 203, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8cbac; background: linear-gradient(135deg, #f8cbac, #F2F8AC);