#f5cfbf
a pale, vivid orange · warm · closest name: pink
RGB
245, 207, 191
HSL
18°, 73%, 86%
CMYK
0, 16, 22, 4
Luminance
0.6780
Every format
| HEX | #f5cfbf |
| RGB | rgb(245, 207, 191) |
| HSL | hsl(18, 73%, 86%) |
| CMYK | cmyk(0%, 16%, 22%, 4%) |
| LAB | lab(85.9 10.9 12.9) |
| LCH | lch(85.9 16.9 49.7) |
| OKLCH | oklch(0.883 0.048 44.1) |
Copy-ready code
/* CSS */
color: #f5cfbf;
background-color: #f5cfbf;
/* Tailwind (arbitrary) */
class="text-[#f5cfbf] bg-[#f5cfbf]"
/* SCSS */
$brand: #f5cfbf;
/* SwiftUI */
Color(red: 0.961, green: 0.812, blue: 0.749)
/* Android */
Color.parseColor("#f5cfbf")Accessibility — WCAG contrast
Aa
#f5cfbf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cfbf on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green81.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow22.0%
Key (black)3.9%
Color previews
#f5cfbf text on a black background
contrast 14.56:1
Card sample
#f5cfbf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cfbf;
Background color
Panel with #f5cfbf background
background-color: #f5cfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 207, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 207, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cfbf; background: linear-gradient(135deg, #f5cfbf, #F5F3BF);