#f680cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 128, 205
HSL
321°, 87%, 73%
CMYK
0, 48, 17, 4
Luminance
0.3944
Every format
| HEX | #f680cd |
| RGB | rgb(246, 128, 205) |
| HSL | hsl(321, 87%, 73%) |
| CMYK | cmyk(0%, 48%, 17%, 4%) |
| LAB | lab(69.1 54.3 -19.4) |
| LCH | lch(69.1 57.7 340.3) |
| OKLCH | oklch(0.755 0.169 342.2) |
Copy-ready code
/* CSS */
color: #f680cd;
background-color: #f680cd;
/* Tailwind (arbitrary) */
class="text-[#f680cd] bg-[#f680cd]"
/* SCSS */
$brand: #f680cd;
/* SwiftUI */
Color(red: 0.965, green: 0.502, blue: 0.804)
/* Android */
Color.parseColor("#f680cd")Accessibility — WCAG contrast
Aa
#f680cd on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f680cd on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green50.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow16.7%
Key (black)3.5%
Color previews
#f680cd text on a black background
contrast 8.89:1
Card sample
#f680cd text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f680cd;
Background color
Panel with #f680cd background
background-color: #f680cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f680cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 128, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 128, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f680cd; background: linear-gradient(135deg, #f680cd, #F68180);