#f7cfbc
a pale, electric orange · warm · closest name: tan
RGB
247, 207, 188
HSL
19°, 79%, 85%
CMYK
0, 16, 24, 3
Luminance
0.6803
Every format
| HEX | #f7cfbc |
| RGB | rgb(247, 207, 188) |
| HSL | hsl(19, 79%, 85%) |
| CMYK | cmyk(0%, 16%, 24%, 3%) |
| LAB | lab(86.0 11.2 14.7) |
| LCH | lch(86.0 18.5 52.6) |
| OKLCH | oklch(0.884 0.052 46.9) |
Copy-ready code
/* CSS */
color: #f7cfbc;
background-color: #f7cfbc;
/* Tailwind (arbitrary) */
class="text-[#f7cfbc] bg-[#f7cfbc]"
/* SCSS */
$brand: #f7cfbc;
/* SwiftUI */
Color(red: 0.969, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#f7cfbc")Accessibility — WCAG contrast
Aa
#f7cfbc on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cfbc on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green81.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow23.9%
Key (black)3.1%
Color previews
#f7cfbc text on a black background
contrast 14.61:1
Card sample
#f7cfbc text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cfbc;
Background color
Panel with #f7cfbc background
background-color: #f7cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cfbc; background: linear-gradient(135deg, #f7cfbc, #F7F6BC);