#f69bad
a light, electric red · warm · closest name: pink
RGB
246, 155, 173
HSL
348°, 84%, 79%
CMYK
0, 37, 30, 4
Luminance
0.4605
Every format
| HEX | #f69bad |
| RGB | rgb(246, 155, 173) |
| HSL | hsl(348, 84%, 79%) |
| CMYK | cmyk(0%, 37%, 30%, 4%) |
| LAB | lab(73.6 36.2 5.0) |
| LCH | lch(73.6 36.5 7.9) |
| OKLCH | oklch(0.786 0.111 7.1) |
Copy-ready code
/* CSS */
color: #f69bad;
background-color: #f69bad;
/* Tailwind (arbitrary) */
class="text-[#f69bad] bg-[#f69bad]"
/* SCSS */
$brand: #f69bad;
/* SwiftUI */
Color(red: 0.965, green: 0.608, blue: 0.678)
/* Android */
Color.parseColor("#f69bad")Accessibility — WCAG contrast
Aa
#f69bad on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69bad on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow29.7%
Key (black)3.5%
Color previews
#f69bad text on a black background
contrast 10.21:1
Card sample
#f69bad text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69bad;
Background color
Panel with #f69bad background
background-color: #f69bad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69bad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 155, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 155, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69bad; background: linear-gradient(135deg, #f69bad, #F6C69B);