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