#f26dbb
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 109, 187
HSL
325°, 84%, 69%
CMYK
0, 55, 23, 5
Luminance
0.3340
Every format
| HEX | #f26dbb |
| RGB | rgb(242, 109, 187) |
| HSL | hsl(325, 84%, 69%) |
| CMYK | cmyk(0%, 55%, 23%, 5%) |
| LAB | lab(64.5 59.5 -16.3) |
| LCH | lch(64.5 61.7 344.7) |
| OKLCH | oklch(0.718 0.184 346.5) |
Copy-ready code
/* CSS */
color: #f26dbb;
background-color: #f26dbb;
/* Tailwind (arbitrary) */
class="text-[#f26dbb] bg-[#f26dbb]"
/* SCSS */
$brand: #f26dbb;
/* SwiftUI */
Color(red: 0.949, green: 0.427, blue: 0.733)
/* Android */
Color.parseColor("#f26dbb")Accessibility — WCAG contrast
Aa
#f26dbb on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f26dbb on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green42.7%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow22.7%
Key (black)5.1%
Color previews
#f26dbb text on a black background
contrast 7.68:1
Card sample
#f26dbb text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f26dbb;
Background color
Panel with #f26dbb background
background-color: #f26dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f26dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 109, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 109, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f26dbb; background: linear-gradient(135deg, #f26dbb, #F2786D);