#f699af
a light, electric red · warm · closest name: pink
RGB
246, 153, 175
HSL
346°, 84%, 78%
CMYK
0, 38, 29, 4
Luminance
0.4547
Every format
| HEX | #f699af |
| RGB | rgb(246, 153, 175) |
| HSL | hsl(346, 84%, 78%) |
| CMYK | cmyk(0%, 38%, 29%, 4%) |
| LAB | lab(73.2 37.5 3.4) |
| LCH | lch(73.2 37.6 5.2) |
| OKLCH | oklch(0.783 0.114 4.7) |
Copy-ready code
/* CSS */
color: #f699af;
background-color: #f699af;
/* Tailwind (arbitrary) */
class="text-[#f699af] bg-[#f699af]"
/* SCSS */
$brand: #f699af;
/* SwiftUI */
Color(red: 0.965, green: 0.600, blue: 0.686)
/* Android */
Color.parseColor("#f699af")Accessibility — WCAG contrast
Aa
#f699af on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f699af on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow28.9%
Key (black)3.5%
Color previews
#f699af text on a black background
contrast 10.09:1
Card sample
#f699af text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f699af;
Background color
Panel with #f699af background
background-color: #f699af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f699af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 153, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 153, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f699af; background: linear-gradient(135deg, #f699af, #F6C199);