#ffc0b0
a light, electric red · warm · closest name: pink
RGB
255, 192, 176
HSL
12°, 100%, 85%
CMYK
0, 25, 31, 0
Luminance
0.6209
Every format
| HEX | #ffc0b0 |
| RGB | rgb(255, 192, 176) |
| HSL | hsl(12, 100%, 85%) |
| CMYK | cmyk(0%, 25%, 31%, 0%) |
| LAB | lab(83.0 20.5 16.9) |
| LCH | lch(83.0 26.5 39.5) |
| OKLCH | oklch(0.861 0.076 34.7) |
Copy-ready code
/* CSS */
color: #ffc0b0;
background-color: #ffc0b0;
/* Tailwind (arbitrary) */
class="text-[#ffc0b0] bg-[#ffc0b0]"
/* SCSS */
$brand: #ffc0b0;
/* SwiftUI */
Color(red: 1.000, green: 0.753, blue: 0.690)
/* Android */
Color.parseColor("#ffc0b0")Accessibility — WCAG contrast
Aa
#ffc0b0 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc0b0 on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow31.0%
Key (black)0.0%
Color previews
#ffc0b0 text on a black background
contrast 13.42:1
Card sample
#ffc0b0 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc0b0;
Background color
Panel with #ffc0b0 background
background-color: #ffc0b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc0b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 192, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 192, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc0b0; background: linear-gradient(135deg, #ffc0b0, #FFF5B0);