#f2cbac
a light, vivid orange · warm · closest name: tan
RGB
242, 203, 172
HSL
27°, 73%, 81%
CMYK
0, 16, 29, 5
Luminance
0.6457
Every format
| HEX | #f2cbac |
| RGB | rgb(242, 203, 172) |
| HSL | hsl(27, 73%, 81%) |
| CMYK | cmyk(0%, 16%, 29%, 5%) |
| LAB | lab(84.3 9.3 20.6) |
| LCH | lch(84.3 22.6 65.7) |
| OKLCH | oklch(0.868 0.061 60.4) |
Copy-ready code
/* CSS */
color: #f2cbac;
background-color: #f2cbac;
/* Tailwind (arbitrary) */
class="text-[#f2cbac] bg-[#f2cbac]"
/* SCSS */
$brand: #f2cbac;
/* SwiftUI */
Color(red: 0.949, green: 0.796, blue: 0.675)
/* Android */
Color.parseColor("#f2cbac")Accessibility — WCAG contrast
Aa
#f2cbac on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cbac on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green79.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow28.9%
Key (black)5.1%
Color previews
#f2cbac text on a black background
contrast 13.91:1
Card sample
#f2cbac text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cbac;
Background color
Panel with #f2cbac background
background-color: #f2cbac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cbac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 203, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 203, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cbac; background: linear-gradient(135deg, #f2cbac, #EAF2AC);