#f7ccb2
a light, electric orange · warm · closest name: tan
RGB
247, 204, 178
HSL
23°, 81%, 83%
CMYK
0, 17, 28, 3
Luminance
0.6617
Every format
| HEX | #f7ccb2 |
| RGB | rgb(247, 204, 178) |
| HSL | hsl(23, 81%, 83%) |
| CMYK | cmyk(0%, 17%, 28%, 3%) |
| LAB | lab(85.1 11.4 18.7) |
| LCH | lch(85.1 21.9 58.5) |
| OKLCH | oklch(0.876 0.060 52.8) |
Copy-ready code
/* CSS */
color: #f7ccb2;
background-color: #f7ccb2;
/* Tailwind (arbitrary) */
class="text-[#f7ccb2] bg-[#f7ccb2]"
/* SCSS */
$brand: #f7ccb2;
/* SwiftUI */
Color(red: 0.969, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#f7ccb2")Accessibility — WCAG contrast
Aa
#f7ccb2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ccb2 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow27.9%
Key (black)3.1%
Color previews
#f7ccb2 text on a black background
contrast 14.23:1
Card sample
#f7ccb2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ccb2;
Background color
Panel with #f7ccb2 background
background-color: #f7ccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ccb2; background: linear-gradient(135deg, #f7ccb2, #F4F7B2);