#f26cdb
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 108, 219
HSL
310°, 84%, 69%
CMYK
0, 55, 10, 5
Luminance
0.3472
Every format
| HEX | #f26cdb |
| RGB | rgb(242, 108, 219) |
| HSL | hsl(310, 84%, 69%) |
| CMYK | cmyk(0%, 55%, 10%, 5%) |
| LAB | lab(65.5 64.6 -32.7) |
| LCH | lch(65.5 72.5 333.2) |
| OKLCH | oklch(0.730 0.207 334.6) |
Copy-ready code
/* CSS */
color: #f26cdb;
background-color: #f26cdb;
/* Tailwind (arbitrary) */
class="text-[#f26cdb] bg-[#f26cdb]"
/* SCSS */
$brand: #f26cdb;
/* SwiftUI */
Color(red: 0.949, green: 0.424, blue: 0.859)
/* Android */
Color.parseColor("#f26cdb")Accessibility — WCAG contrast
Aa
#f26cdb on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f26cdb on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green42.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow9.5%
Key (black)5.1%
Color previews
#f26cdb text on a black background
contrast 7.94:1
Card sample
#f26cdb text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f26cdb;
Background color
Panel with #f26cdb background
background-color: #f26cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f26cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 108, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 108, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f26cdb; background: linear-gradient(135deg, #f26cdb, #F26C82);