#f5cbba
a light, vivid orange · warm · closest name: pink
RGB
245, 203, 186
HSL
17°, 75%, 85%
CMYK
0, 17, 24, 4
Luminance
0.6567
Every format
| HEX | #f5cbba |
| RGB | rgb(245, 203, 186) |
| HSL | hsl(17, 75%, 85%) |
| CMYK | cmyk(0%, 17%, 24%, 4%) |
| LAB | lab(84.8 12.3 14.0) |
| LCH | lch(84.8 18.7 48.8) |
| OKLCH | oklch(0.874 0.053 43.2) |
Copy-ready code
/* CSS */
color: #f5cbba;
background-color: #f5cbba;
/* Tailwind (arbitrary) */
class="text-[#f5cbba] bg-[#f5cbba]"
/* SCSS */
$brand: #f5cbba;
/* SwiftUI */
Color(red: 0.961, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#f5cbba")Accessibility — WCAG contrast
Aa
#f5cbba on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cbba on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow24.1%
Key (black)3.9%
Color previews
#f5cbba text on a black background
contrast 14.13:1
Card sample
#f5cbba text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cbba;
Background color
Panel with #f5cbba background
background-color: #f5cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cbba; background: linear-gradient(135deg, #f5cbba, #F5F2BA);