#f269cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 105, 203
HSL
317°, 84%, 68%
CMYK
0, 57, 16, 5
Luminance
0.3329
Every format
| HEX | #f269cb |
| RGB | rgb(242, 105, 203) |
| HSL | hsl(317, 84%, 68%) |
| CMYK | cmyk(0%, 57%, 16%, 5%) |
| LAB | lab(64.4 63.6 -25.5) |
| LCH | lch(64.4 68.5 338.1) |
| OKLCH | oklch(0.719 0.200 340.0) |
Copy-ready code
/* CSS */
color: #f269cb;
background-color: #f269cb;
/* Tailwind (arbitrary) */
class="text-[#f269cb] bg-[#f269cb]"
/* SCSS */
$brand: #f269cb;
/* SwiftUI */
Color(red: 0.949, green: 0.412, blue: 0.796)
/* Android */
Color.parseColor("#f269cb")Accessibility — WCAG contrast
Aa
#f269cb on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f269cb on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green41.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow16.1%
Key (black)5.1%
Color previews
#f269cb text on a black background
contrast 7.66:1
Card sample
#f269cb text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f269cb;
Background color
Panel with #f269cb background
background-color: #f269cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f269cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 105, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 105, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f269cb; background: linear-gradient(135deg, #f269cb, #F2696F);