#f7cfbd
a pale, electric orange · warm · closest name: tan
RGB
247, 207, 189
HSL
19°, 78%, 86%
CMYK
0, 16, 24, 3
Luminance
0.6807
Every format
| HEX | #f7cfbd |
| RGB | rgb(247, 207, 189) |
| HSL | hsl(19, 78%, 86%) |
| CMYK | cmyk(0%, 16%, 24%, 3%) |
| LAB | lab(86.0 11.4 14.2) |
| LCH | lch(86.0 18.2 51.3) |
| OKLCH | oklch(0.884 0.051 45.6) |
Copy-ready code
/* CSS */
color: #f7cfbd;
background-color: #f7cfbd;
/* Tailwind (arbitrary) */
class="text-[#f7cfbd] bg-[#f7cfbd]"
/* SCSS */
$brand: #f7cfbd;
/* SwiftUI */
Color(red: 0.969, green: 0.812, blue: 0.741)
/* Android */
Color.parseColor("#f7cfbd")Accessibility — WCAG contrast
Aa
#f7cfbd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cfbd on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green81.2%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow23.5%
Key (black)3.1%
Color previews
#f7cfbd text on a black background
contrast 14.61:1
Card sample
#f7cfbd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cfbd;
Background color
Panel with #f7cfbd background
background-color: #f7cfbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cfbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 207, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 207, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cfbd; background: linear-gradient(135deg, #f7cfbd, #F7F6BD);