#f2cf93
a light, electric orange · warm · closest name: tan
RGB
242, 207, 147
HSL
38°, 79%, 76%
CMYK
0, 15, 39, 5
Luminance
0.6561
Every format
| HEX | #f2cf93 |
| RGB | rgb(242, 207, 147) |
| HSL | hsl(38, 79%, 76%) |
| CMYK | cmyk(0%, 15%, 39%, 5%) |
| LAB | lab(84.8 4.2 34.4) |
| LCH | lch(84.8 34.6 83.0) |
| OKLCH | oklch(0.871 0.086 80.7) |
Copy-ready code
/* CSS */
color: #f2cf93;
background-color: #f2cf93;
/* Tailwind (arbitrary) */
class="text-[#f2cf93] bg-[#f2cf93]"
/* SCSS */
$brand: #f2cf93;
/* SwiftUI */
Color(red: 0.949, green: 0.812, blue: 0.576)
/* Android */
Color.parseColor("#f2cf93")Accessibility — WCAG contrast
Aa
#f2cf93 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cf93 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green81.2%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow39.3%
Key (black)5.1%
Color previews
#f2cf93 text on a black background
contrast 14.12:1
Card sample
#f2cf93 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cf93;
Background color
Panel with #f2cf93 background
background-color: #f2cf93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cf93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 207, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 207, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cf93; background: linear-gradient(135deg, #f2cf93, #D6F293);