#f4cdad
a light, electric orange · warm · closest name: tan
RGB
244, 205, 173
HSL
27°, 76%, 82%
CMYK
0, 16, 29, 4
Luminance
0.6591
Every format
| HEX | #f4cdad |
| RGB | rgb(244, 205, 173) |
| HSL | hsl(27, 76%, 82%) |
| CMYK | cmyk(0%, 16%, 29%, 4%) |
| LAB | lab(85.0 9.1 21.1) |
| LCH | lch(85.0 23.0 66.5) |
| OKLCH | oklch(0.874 0.061 61.2) |
Copy-ready code
/* CSS */
color: #f4cdad;
background-color: #f4cdad;
/* Tailwind (arbitrary) */
class="text-[#f4cdad] bg-[#f4cdad]"
/* SCSS */
$brand: #f4cdad;
/* SwiftUI */
Color(red: 0.957, green: 0.804, blue: 0.678)
/* Android */
Color.parseColor("#f4cdad")Accessibility — WCAG contrast
Aa
#f4cdad on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cdad on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow29.1%
Key (black)4.3%
Color previews
#f4cdad text on a black background
contrast 14.18:1
Card sample
#f4cdad text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cdad;
Background color
Panel with #f4cdad background
background-color: #f4cdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 205, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 205, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cdad; background: linear-gradient(135deg, #f4cdad, #ECF4AD);