#ffc2be
a pale, electric red · warm · closest name: pink
RGB
255, 194, 190
HSL
4°, 100%, 87%
CMYK
0, 24, 26, 0
Luminance
0.6356
Every format
| HEX | #ffc2be |
| RGB | rgb(255, 194, 190) |
| HSL | hsl(4, 100%, 87%) |
| CMYK | cmyk(0%, 24%, 26%, 0%) |
| LAB | lab(83.7 21.3 10.5) |
| LCH | lch(83.7 23.7 26.3) |
| OKLCH | oklch(0.868 0.071 22.9) |
Copy-ready code
/* CSS */
color: #ffc2be;
background-color: #ffc2be;
/* Tailwind (arbitrary) */
class="text-[#ffc2be] bg-[#ffc2be]"
/* SCSS */
$brand: #ffc2be;
/* SwiftUI */
Color(red: 1.000, green: 0.761, blue: 0.745)
/* Android */
Color.parseColor("#ffc2be")Accessibility — WCAG contrast
Aa
#ffc2be on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc2be on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.1%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow25.5%
Key (black)0.0%
Color previews
#ffc2be text on a black background
contrast 13.71:1
Card sample
#ffc2be text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc2be;
Background color
Panel with #ffc2be background
background-color: #ffc2be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc2be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 194, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 194, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc2be; background: linear-gradient(135deg, #ffc2be, #FFEDBE);