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