#f5cfb0
a light, electric orange · warm · closest name: tan
RGB
245, 207, 176
HSL
27°, 78%, 83%
CMYK
0, 16, 28, 4
Luminance
0.6717
Every format
| HEX | #f5cfb0 |
| RGB | rgb(245, 207, 176) |
| HSL | hsl(27, 78%, 83%) |
| CMYK | cmyk(0%, 16%, 28%, 4%) |
| LAB | lab(85.6 8.9 20.4) |
| LCH | lch(85.6 22.2 66.5) |
| OKLCH | oklch(0.879 0.060 61.1) |
Copy-ready code
/* CSS */
color: #f5cfb0;
background-color: #f5cfb0;
/* Tailwind (arbitrary) */
class="text-[#f5cfb0] bg-[#f5cfb0]"
/* SCSS */
$brand: #f5cfb0;
/* SwiftUI */
Color(red: 0.961, green: 0.812, blue: 0.690)
/* Android */
Color.parseColor("#f5cfb0")Accessibility — WCAG contrast
Aa
#f5cfb0 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cfb0 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green81.2%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow28.2%
Key (black)3.9%
Color previews
#f5cfb0 text on a black background
contrast 14.43:1
Card sample
#f5cfb0 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cfb0;
Background color
Panel with #f5cfb0 background
background-color: #f5cfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 207, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 207, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cfb0; background: linear-gradient(135deg, #f5cfb0, #EDF5B0);