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