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