#f0cdaf
a light, vivid orange · warm · closest name: tan
RGB
240, 205, 175
HSL
28°, 68%, 81%
CMYK
0, 15, 27, 6
Luminance
0.6528
Every format
| HEX | #f0cdaf |
| RGB | rgb(240, 205, 175) |
| HSL | hsl(28, 68%, 81%) |
| CMYK | cmyk(0%, 15%, 27%, 6%) |
| LAB | lab(84.6 7.9 19.5) |
| LCH | lch(84.6 21.1 68.0) |
| OKLCH | oklch(0.871 0.056 62.6) |
Copy-ready code
/* CSS */
color: #f0cdaf;
background-color: #f0cdaf;
/* Tailwind (arbitrary) */
class="text-[#f0cdaf] bg-[#f0cdaf]"
/* SCSS */
$brand: #f0cdaf;
/* SwiftUI */
Color(red: 0.941, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#f0cdaf")Accessibility — WCAG contrast
Aa
#f0cdaf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cdaf on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow27.1%
Key (black)5.9%
Color previews
#f0cdaf text on a black background
contrast 14.06:1
Card sample
#f0cdaf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cdaf;
Background color
Panel with #f0cdaf background
background-color: #f0cdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cdaf; background: linear-gradient(135deg, #f0cdaf, #E8F0AF);