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