#ffb09e
a light, electric red · warm · closest name: pink
RGB
255, 176, 158
HSL
11°, 100%, 81%
CMYK
0, 31, 38, 0
Luminance
0.5478
Every format
| HEX | #ffb09e |
| RGB | rgb(255, 176, 158) |
| HSL | hsl(11, 100%, 81%) |
| CMYK | cmyk(0%, 31%, 38%, 0%) |
| LAB | lab(78.9 26.7 20.9) |
| LCH | lch(78.9 33.9 38.0) |
| OKLCH | oklch(0.828 0.097 33.3) |
Copy-ready code
/* CSS */
color: #ffb09e;
background-color: #ffb09e;
/* Tailwind (arbitrary) */
class="text-[#ffb09e] bg-[#ffb09e]"
/* SCSS */
$brand: #ffb09e;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.620)
/* Android */
Color.parseColor("#ffb09e")Accessibility — WCAG contrast
Aa
#ffb09e on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb09e on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow38.0%
Key (black)0.0%
Color previews
#ffb09e text on a black background
contrast 11.96:1
Card sample
#ffb09e text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb09e;
Background color
Panel with #ffb09e background
background-color: #ffb09e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb09e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb09e; background: linear-gradient(135deg, #ffb09e, #FFF19E);