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