#f7cdbf
a pale, electric orange · warm · closest name: pink
RGB
247, 205, 191
HSL
15°, 78%, 86%
CMYK
0, 17, 23, 3
Luminance
0.6720
Every format
| HEX | #f7cdbf |
| RGB | rgb(247, 205, 191) |
| HSL | hsl(15, 78%, 86%) |
| CMYK | cmyk(0%, 17%, 23%, 3%) |
| LAB | lab(85.6 12.7 12.5) |
| LCH | lch(85.6 17.8 44.6) |
| OKLCH | oklch(0.881 0.051 39.3) |
Copy-ready code
/* CSS */
color: #f7cdbf;
background-color: #f7cdbf;
/* Tailwind (arbitrary) */
class="text-[#f7cdbf] bg-[#f7cdbf]"
/* SCSS */
$brand: #f7cdbf;
/* SwiftUI */
Color(red: 0.969, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#f7cdbf")Accessibility — WCAG contrast
Aa
#f7cdbf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cdbf on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow22.7%
Key (black)3.1%
Color previews
#f7cdbf text on a black background
contrast 14.44:1
Card sample
#f7cdbf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cdbf;
Background color
Panel with #f7cdbf background
background-color: #f7cdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cdbf; background: linear-gradient(135deg, #f7cdbf, #F7F2BF);