#f5cfba
a light, vivid orange · warm · closest name: tan
RGB
245, 207, 186
HSL
21°, 75%, 85%
CMYK
0, 16, 24, 4
Luminance
0.6758
Every format
| HEX | #f5cfba |
| RGB | rgb(245, 207, 186) |
| HSL | hsl(21, 75%, 85%) |
| CMYK | cmyk(0%, 16%, 24%, 4%) |
| LAB | lab(85.8 10.2 15.4) |
| LCH | lch(85.8 18.5 56.4) |
| OKLCH | oklch(0.881 0.051 50.6) |
Copy-ready code
/* CSS */
color: #f5cfba;
background-color: #f5cfba;
/* Tailwind (arbitrary) */
class="text-[#f5cfba] bg-[#f5cfba]"
/* SCSS */
$brand: #f5cfba;
/* SwiftUI */
Color(red: 0.961, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#f5cfba")Accessibility — WCAG contrast
Aa
#f5cfba on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cfba on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green81.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow24.1%
Key (black)3.9%
Color previews
#f5cfba text on a black background
contrast 14.52:1
Card sample
#f5cfba text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cfba;
Background color
Panel with #f5cfba background
background-color: #f5cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cfba; background: linear-gradient(135deg, #f5cfba, #F4F5BA);