#f7cbba
a light, electric orange · warm · closest name: pink
RGB
247, 203, 186
HSL
17°, 79%, 85%
CMYK
0, 18, 25, 3
Luminance
0.6603
Every format
| HEX | #f7cbba |
| RGB | rgb(247, 203, 186) |
| HSL | hsl(17, 79%, 85%) |
| CMYK | cmyk(0%, 18%, 25%, 3%) |
| LAB | lab(85.0 13.1 14.3) |
| LCH | lch(85.0 19.4 47.7) |
| OKLCH | oklch(0.876 0.055 42.2) |
Copy-ready code
/* CSS */
color: #f7cbba;
background-color: #f7cbba;
/* Tailwind (arbitrary) */
class="text-[#f7cbba] bg-[#f7cbba]"
/* SCSS */
$brand: #f7cbba;
/* SwiftUI */
Color(red: 0.969, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#f7cbba")Accessibility — WCAG contrast
Aa
#f7cbba on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cbba on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta17.8%
Yellow24.7%
Key (black)3.1%
Color previews
#f7cbba text on a black background
contrast 14.21:1
Card sample
#f7cbba text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cbba;
Background color
Panel with #f7cbba background
background-color: #f7cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cbba; background: linear-gradient(135deg, #f7cbba, #F7F4BA);