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