#f69da2
a light, electric red · warm · closest name: pink
RGB
246, 157, 162
HSL
357°, 83%, 79%
CMYK
0, 36, 34, 4
Luminance
0.4632
Every format
| HEX | #f69da2 |
| RGB | rgb(246, 157, 162) |
| HSL | hsl(357, 83%, 79%) |
| CMYK | cmyk(0%, 36%, 34%, 4%) |
| LAB | lab(73.8 33.8 11.3) |
| LCH | lch(73.8 35.6 18.6) |
| OKLCH | oklch(0.787 0.107 16.1) |
Copy-ready code
/* CSS */
color: #f69da2;
background-color: #f69da2;
/* Tailwind (arbitrary) */
class="text-[#f69da2] bg-[#f69da2]"
/* SCSS */
$brand: #f69da2;
/* SwiftUI */
Color(red: 0.965, green: 0.616, blue: 0.635)
/* Android */
Color.parseColor("#f69da2")Accessibility — WCAG contrast
Aa
#f69da2 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69da2 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green61.6%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow34.1%
Key (black)3.5%
Color previews
#f69da2 text on a black background
contrast 10.26:1
Card sample
#f69da2 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69da2;
Background color
Panel with #f69da2 background
background-color: #f69da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 157, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 157, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69da2; background: linear-gradient(135deg, #f69da2, #F6D39D);