#f685cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 133, 205
HSL
322°, 86%, 74%
CMYK
0, 46, 17, 4
Luminance
0.4078
Every format
| HEX | #f685cd |
| RGB | rgb(246, 133, 205) |
| HSL | hsl(322, 86%, 74%) |
| CMYK | cmyk(0%, 46%, 17%, 4%) |
| LAB | lab(70.0 51.9 -18.0) |
| LCH | lch(70.0 54.9 340.9) |
| OKLCH | oklch(0.762 0.161 342.7) |
Copy-ready code
/* CSS */
color: #f685cd;
background-color: #f685cd;
/* Tailwind (arbitrary) */
class="text-[#f685cd] bg-[#f685cd]"
/* SCSS */
$brand: #f685cd;
/* SwiftUI */
Color(red: 0.965, green: 0.522, blue: 0.804)
/* Android */
Color.parseColor("#f685cd")Accessibility — WCAG contrast
Aa
#f685cd on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f685cd on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green52.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow16.7%
Key (black)3.5%
Color previews
#f685cd text on a black background
contrast 9.16:1
Card sample
#f685cd text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f685cd;
Background color
Panel with #f685cd background
background-color: #f685cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f685cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 133, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 133, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f685cd; background: linear-gradient(135deg, #f685cd, #F68885);