#f35ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 90, 206
HSL
315°, 86%, 65%
CMYK
0, 63, 15, 5
Luminance
0.3082
Every format
| HEX | #f35ace |
| RGB | rgb(243, 90, 206) |
| HSL | hsl(315, 86%, 65%) |
| CMYK | cmyk(0%, 63%, 15%, 5%) |
| LAB | lab(62.4 70.5 -30.3) |
| LCH | lch(62.4 76.8 336.7) |
| OKLCH | oklch(0.705 0.224 338.5) |
Copy-ready code
/* CSS */
color: #f35ace;
background-color: #f35ace;
/* Tailwind (arbitrary) */
class="text-[#f35ace] bg-[#f35ace]"
/* SCSS */
$brand: #f35ace;
/* SwiftUI */
Color(red: 0.953, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#f35ace")Accessibility — WCAG contrast
Aa
#f35ace on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f35ace on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green35.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow15.2%
Key (black)4.7%
Color previews
#f35ace text on a black background
contrast 7.16:1
Card sample
#f35ace text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35ace;
Background color
Panel with #f35ace background
background-color: #f35ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35ace; background: linear-gradient(135deg, #f35ace, #F35A68);