#f65dbb
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 93, 187
HSL
323°, 90%, 67%
CMYK
0, 62, 24, 4
Luminance
0.3101
Every format
| HEX | #f65dbb |
| RGB | rgb(246, 93, 187) |
| HSL | hsl(323, 90%, 67%) |
| CMYK | cmyk(0%, 62%, 24%, 4%) |
| LAB | lab(62.5 67.6 -19.2) |
| LCH | lch(62.5 70.3 344.1) |
| OKLCH | oklch(0.705 0.210 346.0) |
Copy-ready code
/* CSS */
color: #f65dbb;
background-color: #f65dbb;
/* Tailwind (arbitrary) */
class="text-[#f65dbb] bg-[#f65dbb]"
/* SCSS */
$brand: #f65dbb;
/* SwiftUI */
Color(red: 0.965, green: 0.365, blue: 0.733)
/* Android */
Color.parseColor("#f65dbb")Accessibility — WCAG contrast
Aa
#f65dbb on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f65dbb on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green36.5%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta62.2%
Yellow24.0%
Key (black)3.5%
Color previews
#f65dbb text on a black background
contrast 7.20:1
Card sample
#f65dbb text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f65dbb;
Background color
Panel with #f65dbb background
background-color: #f65dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f65dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 93, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 93, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f65dbb; background: linear-gradient(135deg, #f65dbb, #F6655D);