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