#cf229b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 34, 155
HSL
318°, 72%, 47%
CMYK
0, 84, 25, 19
Luminance
0.1678
Every format
| HEX | #cf229b |
| RGB | rgb(207, 34, 155) |
| HSL | hsl(318, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 25%, 19%) |
| LAB | lab(48.0 72.9 -23.4) |
| LCH | lch(48.0 76.5 342.2) |
| OKLCH | oklch(0.582 0.230 344.2) |
Copy-ready code
/* CSS */
color: #cf229b;
background-color: #cf229b;
/* Tailwind (arbitrary) */
class="text-[#cf229b] bg-[#cf229b]"
/* SCSS */
$brand: #cf229b;
/* SwiftUI */
Color(red: 0.812, green: 0.133, blue: 0.608)
/* Android */
Color.parseColor("#cf229b")Accessibility — WCAG contrast
Aa
#cf229b on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf229b on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow25.1%
Key (black)18.8%
Color previews
#cf229b text on a black background
contrast 4.36:1
Card sample
#cf229b text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf229b;
Background color
Panel with #cf229b background
background-color: #cf229b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf229b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 34, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 34, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf229b; background: linear-gradient(135deg, #cf229b, #CF2228);