#f0d3af
a light, vivid orange · warm · closest name: tan
RGB
240, 211, 175
HSL
33°, 68%, 81%
CMYK
0, 12, 27, 6
Luminance
0.6821
Every format
| HEX | #f0d3af |
| RGB | rgb(240, 211, 175) |
| HSL | hsl(33, 68%, 81%) |
| CMYK | cmyk(0%, 12%, 27%, 6%) |
| LAB | lab(86.1 4.8 21.6) |
| LCH | lch(86.1 22.1 77.5) |
| OKLCH | oklch(0.882 0.058 73.0) |
Copy-ready code
/* CSS */
color: #f0d3af;
background-color: #f0d3af;
/* Tailwind (arbitrary) */
class="text-[#f0d3af] bg-[#f0d3af]"
/* SCSS */
$brand: #f0d3af;
/* SwiftUI */
Color(red: 0.941, green: 0.827, blue: 0.686)
/* Android */
Color.parseColor("#f0d3af")Accessibility — WCAG contrast
Aa
#f0d3af on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0d3af on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green82.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow27.1%
Key (black)5.9%
Color previews
#f0d3af text on a black background
contrast 14.64:1
Card sample
#f0d3af text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0d3af;
Background color
Panel with #f0d3af background
background-color: #f0d3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0d3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 211, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 211, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0d3af; background: linear-gradient(135deg, #f0d3af, #E2F0AF);