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