#f2ceba
a light, vivid orange · warm · closest name: tan
RGB
242, 206, 186
HSL
21°, 68%, 84%
CMYK
0, 15, 23, 5
Luminance
0.6657
Every format
| HEX | #f2ceba |
| RGB | rgb(242, 206, 186) |
| HSL | hsl(21, 68%, 84%) |
| CMYK | cmyk(0%, 15%, 23%, 5%) |
| LAB | lab(85.3 9.6 14.6) |
| LCH | lch(85.3 17.5 56.6) |
| OKLCH | oklch(0.877 0.049 50.8) |
Copy-ready code
/* CSS */
color: #f2ceba;
background-color: #f2ceba;
/* Tailwind (arbitrary) */
class="text-[#f2ceba] bg-[#f2ceba]"
/* SCSS */
$brand: #f2ceba;
/* SwiftUI */
Color(red: 0.949, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#f2ceba")Accessibility — WCAG contrast
Aa
#f2ceba on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ceba on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow23.1%
Key (black)5.1%
Color previews
#f2ceba text on a black background
contrast 14.31:1
Card sample
#f2ceba text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ceba;
Background color
Panel with #f2ceba background
background-color: #f2ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ceba; background: linear-gradient(135deg, #f2ceba, #F1F2BA);