#f8cfbf
a pale, electric orange · warm · closest name: pink
RGB
248, 207, 191
HSL
17°, 80%, 86%
CMYK
0, 17, 23, 3
Luminance
0.6834
Every format
| HEX | #f8cfbf |
| RGB | rgb(248, 207, 191) |
| HSL | hsl(17, 80%, 86%) |
| CMYK | cmyk(0%, 17%, 23%, 3%) |
| LAB | lab(86.2 12.0 13.3) |
| LCH | lch(86.2 18.0 48.0) |
| OKLCH | oklch(0.885 0.051 42.4) |
Copy-ready code
/* CSS */
color: #f8cfbf;
background-color: #f8cfbf;
/* Tailwind (arbitrary) */
class="text-[#f8cfbf] bg-[#f8cfbf]"
/* SCSS */
$brand: #f8cfbf;
/* SwiftUI */
Color(red: 0.973, green: 0.812, blue: 0.749)
/* Android */
Color.parseColor("#f8cfbf")Accessibility — WCAG contrast
Aa
#f8cfbf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8cfbf on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green81.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow23.0%
Key (black)2.7%
Color previews
#f8cfbf text on a black background
contrast 14.67:1
Card sample
#f8cfbf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8cfbf;
Background color
Panel with #f8cfbf background
background-color: #f8cfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8cfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 207, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 207, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8cfbf; background: linear-gradient(135deg, #f8cfbf, #F8F5BF);