#f1ceaf
a light, vivid orange · warm · closest name: tan
RGB
241, 206, 175
HSL
28°, 70%, 82%
CMYK
0, 15, 27, 6
Luminance
0.6594
Every format
| HEX | #f1ceaf |
| RGB | rgb(241, 206, 175) |
| HSL | hsl(28, 70%, 82%) |
| CMYK | cmyk(0%, 15%, 27%, 6%) |
| LAB | lab(85.0 7.8 20.0) |
| LCH | lch(85.0 21.4 68.8) |
| OKLCH | oklch(0.873 0.057 63.5) |
Copy-ready code
/* CSS */
color: #f1ceaf;
background-color: #f1ceaf;
/* Tailwind (arbitrary) */
class="text-[#f1ceaf] bg-[#f1ceaf]"
/* SCSS */
$brand: #f1ceaf;
/* SwiftUI */
Color(red: 0.945, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#f1ceaf")Accessibility — WCAG contrast
Aa
#f1ceaf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ceaf on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green80.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow27.4%
Key (black)5.5%
Color previews
#f1ceaf text on a black background
contrast 14.19:1
Card sample
#f1ceaf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ceaf;
Background color
Panel with #f1ceaf background
background-color: #f1ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ceaf; background: linear-gradient(135deg, #f1ceaf, #E8F1AF);