#f9bda2
a light, electric orange · warm · closest name: tan
RGB
249, 189, 162
HSL
19°, 88%, 81%
CMYK
0, 24, 35, 2
Luminance
0.5914
Every format
| HEX | #f9bda2 |
| RGB | rgb(249, 189, 162) |
| HSL | hsl(19, 88%, 81%) |
| CMYK | cmyk(0%, 24%, 35%, 2%) |
| LAB | lab(81.4 18.1 22.0) |
| LCH | lch(81.4 28.5 50.7) |
| OKLCH | oklch(0.846 0.079 45.3) |
Copy-ready code
/* CSS */
color: #f9bda2;
background-color: #f9bda2;
/* Tailwind (arbitrary) */
class="text-[#f9bda2] bg-[#f9bda2]"
/* SCSS */
$brand: #f9bda2;
/* SwiftUI */
Color(red: 0.976, green: 0.741, blue: 0.635)
/* Android */
Color.parseColor("#f9bda2")Accessibility — WCAG contrast
Aa
#f9bda2 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9bda2 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green74.1%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow34.9%
Key (black)2.4%
Color previews
#f9bda2 text on a black background
contrast 12.83:1
Card sample
#f9bda2 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9bda2;
Background color
Panel with #f9bda2 background
background-color: #f9bda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9bda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 189, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 189, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9bda2; background: linear-gradient(135deg, #f9bda2, #F9F7A2);