#ffc5be
a pale, electric red · warm · closest name: pink
RGB
255, 197, 190
HSL
7°, 100%, 87%
CMYK
0, 23, 26, 0
Luminance
0.6491
Every format
| HEX | #ffc5be |
| RGB | rgb(255, 197, 190) |
| HSL | hsl(7, 100%, 87%) |
| CMYK | cmyk(0%, 23%, 26%, 0%) |
| LAB | lab(84.4 19.7 11.5) |
| LCH | lch(84.4 22.8 30.3) |
| OKLCH | oklch(0.873 0.068 26.4) |
Copy-ready code
/* CSS */
color: #ffc5be;
background-color: #ffc5be;
/* Tailwind (arbitrary) */
class="text-[#ffc5be] bg-[#ffc5be]"
/* SCSS */
$brand: #ffc5be;
/* SwiftUI */
Color(red: 1.000, green: 0.773, blue: 0.745)
/* Android */
Color.parseColor("#ffc5be")Accessibility — WCAG contrast
Aa
#ffc5be on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc5be on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.3%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow25.5%
Key (black)0.0%
Color previews
#ffc5be text on a black background
contrast 13.98:1
Card sample
#ffc5be text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc5be;
Background color
Panel with #ffc5be background
background-color: #ffc5be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc5be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 197, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 197, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc5be; background: linear-gradient(135deg, #ffc5be, #FFF0BE);