#f678cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 120, 205
HSL
320°, 88%, 72%
CMYK
0, 51, 17, 4
Luminance
0.3743
Every format
| HEX | #f678cd |
| RGB | rgb(246, 120, 205) |
| HSL | hsl(320, 88%, 72%) |
| CMYK | cmyk(0%, 51%, 17%, 4%) |
| LAB | lab(67.6 58.2 -21.7) |
| LCH | lch(67.6 62.1 339.6) |
| OKLCH | oklch(0.744 0.182 341.4) |
Copy-ready code
/* CSS */
color: #f678cd;
background-color: #f678cd;
/* Tailwind (arbitrary) */
class="text-[#f678cd] bg-[#f678cd]"
/* SCSS */
$brand: #f678cd;
/* SwiftUI */
Color(red: 0.965, green: 0.471, blue: 0.804)
/* Android */
Color.parseColor("#f678cd")Accessibility — WCAG contrast
Aa
#f678cd on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f678cd on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green47.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow16.7%
Key (black)3.5%
Color previews
#f678cd text on a black background
contrast 8.49:1
Card sample
#f678cd text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f678cd;
Background color
Panel with #f678cd background
background-color: #f678cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f678cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 120, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 120, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f678cd; background: linear-gradient(135deg, #f678cd, #F67879);