Extra Fuchsia
#ef347c
Looking for the precise values behind Extra Fuchsia (#ef347c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ef347c | |
|---|---|---|
| RGB | rgb(239, 52, 124) | |
| HSL | hsl(337, 85%, 57%) | |
| CMYK | cmyk(0%, 78%, 48%, 6%) | |
| LAB | lab(55, 73, 7) | |
| OKLCH | oklch(0.64 0.224 4) |
Color harmonies
Tints & shades
Code snippets
color: #ef347c;
background-color: #ef347c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFEF347C)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.20, blue: 0.49, alpha: 1.0)