#f7ccbb
a pale, electric orange · warm · closest name: pink
RGB
247, 204, 187
HSL
17°, 79%, 85%
CMYK
0, 17, 24, 3
Luminance
0.6655
Every format
| HEX | #f7ccbb |
| RGB | rgb(247, 204, 187) |
| HSL | hsl(17, 79%, 85%) |
| CMYK | cmyk(0%, 17%, 24%, 3%) |
| LAB | lab(85.3 12.7 14.2) |
| LCH | lch(85.3 19.0 48.2) |
| OKLCH | oklch(0.878 0.054 42.7) |
Copy-ready code
/* CSS */
color: #f7ccbb;
background-color: #f7ccbb;
/* Tailwind (arbitrary) */
class="text-[#f7ccbb] bg-[#f7ccbb]"
/* SCSS */
$brand: #f7ccbb;
/* SwiftUI */
Color(red: 0.969, green: 0.800, blue: 0.733)
/* Android */
Color.parseColor("#f7ccbb")Accessibility — WCAG contrast
Aa
#f7ccbb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ccbb on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.0%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow24.3%
Key (black)3.1%
Color previews
#f7ccbb text on a black background
contrast 14.31:1
Card sample
#f7ccbb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ccbb;
Background color
Panel with #f7ccbb background
background-color: #f7ccbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ccbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 204, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 204, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ccbb; background: linear-gradient(135deg, #f7ccbb, #F7F4BB);