#f7cbad
a light, electric orange · warm · closest name: tan
RGB
247, 203, 173
HSL
24°, 82%, 82%
CMYK
0, 18, 30, 3
Luminance
0.6550
Every format
| HEX | #f7cbad |
| RGB | rgb(247, 203, 173) |
| HSL | hsl(24, 82%, 82%) |
| CMYK | cmyk(0%, 18%, 30%, 3%) |
| LAB | lab(84.7 11.3 20.8) |
| LCH | lch(84.7 23.7 61.5) |
| OKLCH | oklch(0.873 0.064 56.0) |
Copy-ready code
/* CSS */
color: #f7cbad;
background-color: #f7cbad;
/* Tailwind (arbitrary) */
class="text-[#f7cbad] bg-[#f7cbad]"
/* SCSS */
$brand: #f7cbad;
/* SwiftUI */
Color(red: 0.969, green: 0.796, blue: 0.678)
/* Android */
Color.parseColor("#f7cbad")Accessibility — WCAG contrast
Aa
#f7cbad on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cbad on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green79.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta17.8%
Yellow30.0%
Key (black)3.1%
Color previews
#f7cbad text on a black background
contrast 14.10:1
Card sample
#f7cbad text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cbad;
Background color
Panel with #f7cbad background
background-color: #f7cbad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cbad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 203, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 203, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cbad; background: linear-gradient(135deg, #f7cbad, #F2F7AD);