#f06cdb
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 108, 219
HSL
310°, 82%, 68%
CMYK
0, 55, 9, 6
Luminance
0.3436
Every format
| HEX | #f06cdb |
| RGB | rgb(240, 108, 219) |
| HSL | hsl(310, 82%, 68%) |
| CMYK | cmyk(0%, 55%, 9%, 6%) |
| LAB | lab(65.3 64.1 -33.2) |
| LCH | lch(65.3 72.2 332.6) |
| OKLCH | oklch(0.727 0.206 334.0) |
Copy-ready code
/* CSS */
color: #f06cdb;
background-color: #f06cdb;
/* Tailwind (arbitrary) */
class="text-[#f06cdb] bg-[#f06cdb]"
/* SCSS */
$brand: #f06cdb;
/* SwiftUI */
Color(red: 0.941, green: 0.424, blue: 0.859)
/* Android */
Color.parseColor("#f06cdb")Accessibility — WCAG contrast
Aa
#f06cdb on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06cdb on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green42.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow8.8%
Key (black)5.9%
Color previews
#f06cdb text on a black background
contrast 7.87:1
Card sample
#f06cdb text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06cdb;
Background color
Panel with #f06cdb background
background-color: #f06cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 108, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 108, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06cdb; background: linear-gradient(135deg, #f06cdb, #F06C83);