#f68ba2
a light, electric red · warm · closest name: salmon
RGB
246, 139, 162
HSL
347°, 86%, 76%
CMYK
0, 44, 34, 4
Luminance
0.4067
Every format
| HEX | #f68ba2 |
| RGB | rgb(246, 139, 162) |
| HSL | hsl(347, 86%, 76%) |
| CMYK | cmyk(0%, 44%, 34%, 4%) |
| LAB | lab(70.0 43.1 5.9) |
| LCH | lch(70.0 43.5 7.8) |
| OKLCH | oklch(0.758 0.132 6.9) |
Copy-ready code
/* CSS */
color: #f68ba2;
background-color: #f68ba2;
/* Tailwind (arbitrary) */
class="text-[#f68ba2] bg-[#f68ba2]"
/* SCSS */
$brand: #f68ba2;
/* SwiftUI */
Color(red: 0.965, green: 0.545, blue: 0.635)
/* Android */
Color.parseColor("#f68ba2")Accessibility — WCAG contrast
Aa
#f68ba2 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68ba2 on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green54.5%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow34.1%
Key (black)3.5%
Color previews
#f68ba2 text on a black background
contrast 9.13:1
Card sample
#f68ba2 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68ba2;
Background color
Panel with #f68ba2 background
background-color: #f68ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 139, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 139, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68ba2; background: linear-gradient(135deg, #f68ba2, #F6BB8B);