#f28cdb
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 140, 219
HSL
314°, 80%, 75%
CMYK
0, 42, 10, 5
Luminance
0.4275
Every format
| HEX | #f28cdb |
| RGB | rgb(242, 140, 219) |
| HSL | hsl(314, 80%, 75%) |
| CMYK | cmyk(0%, 42%, 10%, 5%) |
| LAB | lab(71.4 49.3 -23.7) |
| LCH | lch(71.4 54.7 334.3) |
| OKLCH | oklch(0.773 0.156 335.9) |
Copy-ready code
/* CSS */
color: #f28cdb;
background-color: #f28cdb;
/* Tailwind (arbitrary) */
class="text-[#f28cdb] bg-[#f28cdb]"
/* SCSS */
$brand: #f28cdb;
/* SwiftUI */
Color(red: 0.949, green: 0.549, blue: 0.859)
/* Android */
Color.parseColor("#f28cdb")Accessibility — WCAG contrast
Aa
#f28cdb on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28cdb on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green54.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow9.5%
Key (black)5.1%
Color previews
#f28cdb text on a black background
contrast 9.55:1
Card sample
#f28cdb text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28cdb;
Background color
Panel with #f28cdb background
background-color: #f28cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 140, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 140, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28cdb; background: linear-gradient(135deg, #f28cdb, #F28C97);