#f683cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 131, 207
HSL
320°, 87%, 74%
CMYK
0, 47, 16, 4
Luminance
0.4033
Every format
| HEX | #f683cf |
| RGB | rgb(246, 131, 207) |
| HSL | hsl(320, 87%, 74%) |
| CMYK | cmyk(0%, 47%, 16%, 4%) |
| LAB | lab(69.7 53.2 -19.6) |
| LCH | lch(69.7 56.7 339.8) |
| OKLCH | oklch(0.760 0.165 341.6) |
Copy-ready code
/* CSS */
color: #f683cf;
background-color: #f683cf;
/* Tailwind (arbitrary) */
class="text-[#f683cf] bg-[#f683cf]"
/* SCSS */
$brand: #f683cf;
/* SwiftUI */
Color(red: 0.965, green: 0.514, blue: 0.812)
/* Android */
Color.parseColor("#f683cf")Accessibility — WCAG contrast
Aa
#f683cf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f683cf on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green51.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow15.9%
Key (black)3.5%
Color previews
#f683cf text on a black background
contrast 9.07:1
Card sample
#f683cf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f683cf;
Background color
Panel with #f683cf background
background-color: #f683cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f683cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 131, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 131, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f683cf; background: linear-gradient(135deg, #f683cf, #F68383);