#d2269f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
210, 38, 159
HSL
318°, 69%, 49%
CMYK
0, 82, 24, 18
Luminance
0.1759
Every format
| HEX | #d2269f |
| RGB | rgb(210, 38, 159) |
| HSL | hsl(318, 69%, 49%) |
| CMYK | cmyk(0%, 82%, 24%, 18%) |
| LAB | lab(49.0 73.1 -24.2) |
| LCH | lch(49.0 77.0 341.7) |
| OKLCH | oklch(0.591 0.231 343.7) |
Copy-ready code
/* CSS */
color: #d2269f;
background-color: #d2269f;
/* Tailwind (arbitrary) */
class="text-[#d2269f] bg-[#d2269f]"
/* SCSS */
$brand: #d2269f;
/* SwiftUI */
Color(red: 0.824, green: 0.149, blue: 0.624)
/* Android */
Color.parseColor("#d2269f")Accessibility — WCAG contrast
Aa
#d2269f on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d2269f on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green14.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow24.3%
Key (black)17.6%
Color previews
#d2269f text on a black background
contrast 4.52:1
Card sample
#d2269f text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2269f;
Background color
Panel with #d2269f background
background-color: #d2269f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2269f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 38, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 38, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2269f; background: linear-gradient(135deg, #d2269f, #D2262C);