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