#f1ceac
a light, vivid orange · warm · closest name: tan
RGB
241, 206, 172
HSL
30°, 71%, 81%
CMYK
0, 15, 29, 6
Luminance
0.6582
Every format
| HEX | #f1ceac |
| RGB | rgb(241, 206, 172) |
| HSL | hsl(30, 71%, 81%) |
| CMYK | cmyk(0%, 15%, 29%, 6%) |
| LAB | lab(84.9 7.4 21.5) |
| LCH | lch(84.9 22.7 71.1) |
| OKLCH | oklch(0.873 0.060 66.1) |
Copy-ready code
/* CSS */
color: #f1ceac;
background-color: #f1ceac;
/* Tailwind (arbitrary) */
class="text-[#f1ceac] bg-[#f1ceac]"
/* SCSS */
$brand: #f1ceac;
/* SwiftUI */
Color(red: 0.945, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#f1ceac")Accessibility — WCAG contrast
Aa
#f1ceac on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ceac on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green80.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow28.6%
Key (black)5.5%
Color previews
#f1ceac text on a black background
contrast 14.16:1
Card sample
#f1ceac text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ceac;
Background color
Panel with #f1ceac background
background-color: #f1ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ceac; background: linear-gradient(135deg, #f1ceac, #E6F1AC);