#f4cdba
a light, vivid orange · warm · closest name: tan
RGB
244, 205, 186
HSL
20°, 73%, 84%
CMYK
0, 16, 24, 4
Luminance
0.6644
Every format
| HEX | #f4cdba |
| RGB | rgb(244, 205, 186) |
| HSL | hsl(20, 73%, 84%) |
| CMYK | cmyk(0%, 16%, 24%, 4%) |
| LAB | lab(85.2 10.9 14.6) |
| LCH | lch(85.2 18.2 53.2) |
| OKLCH | oklch(0.877 0.051 47.5) |
Copy-ready code
/* CSS */
color: #f4cdba;
background-color: #f4cdba;
/* Tailwind (arbitrary) */
class="text-[#f4cdba] bg-[#f4cdba]"
/* SCSS */
$brand: #f4cdba;
/* SwiftUI */
Color(red: 0.957, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#f4cdba")Accessibility — WCAG contrast
Aa
#f4cdba on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cdba on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow23.8%
Key (black)4.3%
Color previews
#f4cdba text on a black background
contrast 14.29:1
Card sample
#f4cdba text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cdba;
Background color
Panel with #f4cdba background
background-color: #f4cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cdba; background: linear-gradient(135deg, #f4cdba, #F4F4BA);