#f7cdba
a light, electric orange · warm · closest name: tan
RGB
247, 205, 186
HSL
19°, 79%, 85%
CMYK
0, 17, 25, 3
Luminance
0.6698
Every format
| HEX | #f7cdba |
| RGB | rgb(247, 205, 186) |
| HSL | hsl(19, 79%, 85%) |
| CMYK | cmyk(0%, 17%, 25%, 3%) |
| LAB | lab(85.5 12.0 15.0) |
| LCH | lch(85.5 19.2 51.3) |
| OKLCH | oklch(0.879 0.054 45.7) |
Copy-ready code
/* CSS */
color: #f7cdba;
background-color: #f7cdba;
/* Tailwind (arbitrary) */
class="text-[#f7cdba] bg-[#f7cdba]"
/* SCSS */
$brand: #f7cdba;
/* SwiftUI */
Color(red: 0.969, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#f7cdba")Accessibility — WCAG contrast
Aa
#f7cdba on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cdba on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow24.7%
Key (black)3.1%
Color previews
#f7cdba text on a black background
contrast 14.40:1
Card sample
#f7cdba text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cdba;
Background color
Panel with #f7cdba background
background-color: #f7cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cdba; background: linear-gradient(135deg, #f7cdba, #F7F6BA);