#f8cbbc
a pale, electric orange · warm · closest name: pink
RGB
248, 203, 188
HSL
15°, 81%, 86%
CMYK
0, 18, 24, 3
Luminance
0.6630
Every format
| HEX | #f8cbbc |
| RGB | rgb(248, 203, 188) |
| HSL | hsl(15, 81%, 86%) |
| CMYK | cmyk(0%, 18%, 24%, 3%) |
| LAB | lab(85.2 13.7 13.5) |
| LCH | lch(85.2 19.2 44.5) |
| OKLCH | oklch(0.877 0.055 39.3) |
Copy-ready code
/* CSS */
color: #f8cbbc;
background-color: #f8cbbc;
/* Tailwind (arbitrary) */
class="text-[#f8cbbc] bg-[#f8cbbc]"
/* SCSS */
$brand: #f8cbbc;
/* SwiftUI */
Color(red: 0.973, green: 0.796, blue: 0.737)
/* Android */
Color.parseColor("#f8cbbc")Accessibility — WCAG contrast
Aa
#f8cbbc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8cbbc on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green79.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow24.2%
Key (black)2.7%
Color previews
#f8cbbc text on a black background
contrast 14.26:1
Card sample
#f8cbbc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8cbbc;
Background color
Panel with #f8cbbc background
background-color: #f8cbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8cbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 203, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 203, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8cbbc; background: linear-gradient(135deg, #f8cbbc, #F8F3BC);