#f8ccba
a pale, electric orange · warm · closest name: pink
RGB
248, 204, 186
HSL
17°, 82%, 85%
CMYK
0, 18, 25, 3
Luminance
0.6669
Every format
| HEX | #f8ccba |
| RGB | rgb(248, 204, 186) |
| HSL | hsl(17, 82%, 85%) |
| CMYK | cmyk(0%, 18%, 25%, 3%) |
| LAB | lab(85.3 12.9 14.8) |
| LCH | lch(85.3 19.6 48.9) |
| OKLCH | oklch(0.879 0.056 43.4) |
Copy-ready code
/* CSS */
color: #f8ccba;
background-color: #f8ccba;
/* Tailwind (arbitrary) */
class="text-[#f8ccba] bg-[#f8ccba]"
/* SCSS */
$brand: #f8ccba;
/* SwiftUI */
Color(red: 0.973, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#f8ccba")Accessibility — WCAG contrast
Aa
#f8ccba on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8ccba on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green80.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow25.0%
Key (black)2.7%
Color previews
#f8ccba text on a black background
contrast 14.34:1
Card sample
#f8ccba text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8ccba;
Background color
Panel with #f8ccba background
background-color: #f8ccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8ccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8ccba; background: linear-gradient(135deg, #f8ccba, #F8F5BA);