#f677cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 119, 205
HSL
319°, 88%, 72%
CMYK
0, 52, 17, 4
Luminance
0.3719
Every format
| HEX | #f677cd |
| RGB | rgb(246, 119, 205) |
| HSL | hsl(319, 88%, 72%) |
| CMYK | cmyk(0%, 52%, 17%, 4%) |
| LAB | lab(67.4 58.6 -21.9) |
| LCH | lch(67.4 62.6 339.5) |
| OKLCH | oklch(0.743 0.183 341.3) |
Copy-ready code
/* CSS */
color: #f677cd;
background-color: #f677cd;
/* Tailwind (arbitrary) */
class="text-[#f677cd] bg-[#f677cd]"
/* SCSS */
$brand: #f677cd;
/* SwiftUI */
Color(red: 0.965, green: 0.467, blue: 0.804)
/* Android */
Color.parseColor("#f677cd")Accessibility — WCAG contrast
Aa
#f677cd on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f677cd on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green46.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow16.7%
Key (black)3.5%
Color previews
#f677cd text on a black background
contrast 8.44:1
Card sample
#f677cd text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f677cd;
Background color
Panel with #f677cd background
background-color: #f677cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f677cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 119, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 119, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f677cd; background: linear-gradient(135deg, #f677cd, #F67778);