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