#ffb9af
a light, electric red · warm · closest name: pink
RGB
255, 185, 175
HSL
8°, 100%, 84%
CMYK
0, 28, 31, 0
Luminance
0.5905
Every format
| HEX | #ffb9af |
| RGB | rgb(255, 185, 175) |
| HSL | hsl(8, 100%, 84%) |
| CMYK | cmyk(0%, 28%, 31%, 0%) |
| LAB | lab(81.3 24.0 15.1) |
| LCH | lch(81.3 28.4 32.2) |
| OKLCH | oklch(0.848 0.083 28.1) |
Copy-ready code
/* CSS */
color: #ffb9af;
background-color: #ffb9af;
/* Tailwind (arbitrary) */
class="text-[#ffb9af] bg-[#ffb9af]"
/* SCSS */
$brand: #ffb9af;
/* SwiftUI */
Color(red: 1.000, green: 0.725, blue: 0.686)
/* Android */
Color.parseColor("#ffb9af")Accessibility — WCAG contrast
Aa
#ffb9af on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb9af on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow31.4%
Key (black)0.0%
Color previews
#ffb9af text on a black background
contrast 12.81:1
Card sample
#ffb9af text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb9af;
Background color
Panel with #ffb9af background
background-color: #ffb9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 185, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 185, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb9af; background: linear-gradient(135deg, #ffb9af, #FFEEAF);