#f69aac
a light, electric red · warm · closest name: pink
RGB
246, 154, 172
HSL
348°, 84%, 78%
CMYK
0, 37, 30, 4
Luminance
0.4568
Every format
| HEX | #f69aac |
| RGB | rgb(246, 154, 172) |
| HSL | hsl(348, 84%, 78%) |
| CMYK | cmyk(0%, 37%, 30%, 4%) |
| LAB | lab(73.3 36.6 5.2) |
| LCH | lch(73.3 37.0 8.2) |
| OKLCH | oklch(0.784 0.112 7.3) |
Copy-ready code
/* CSS */
color: #f69aac;
background-color: #f69aac;
/* Tailwind (arbitrary) */
class="text-[#f69aac] bg-[#f69aac]"
/* SCSS */
$brand: #f69aac;
/* SwiftUI */
Color(red: 0.965, green: 0.604, blue: 0.675)
/* Android */
Color.parseColor("#f69aac")Accessibility — WCAG contrast
Aa
#f69aac on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69aac on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow30.1%
Key (black)3.5%
Color previews
#f69aac text on a black background
contrast 10.14:1
Card sample
#f69aac text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69aac;
Background color
Panel with #f69aac background
background-color: #f69aac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69aac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 154, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 154, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69aac; background: linear-gradient(135deg, #f69aac, #F6C59A);