Barbara
#ff0ff3
Barbara, represented by the hex value #ff0ff3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff0ff3 | |
|---|---|---|
| RGB | rgb(255, 15, 243) | |
| HSL | hsl(303, 100%, 53%) | |
| CMYK | cmyk(0%, 94%, 5%, 0%) | |
| LAB | lab(60, 91, -54) | |
| OKLCH | oklch(0.7 0.312 331) |
Color harmonies
Tints & shades
Code snippets
color: #ff0ff3;
background-color: #ff0ff3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-fuchsia-500 /* ≈ #e12afb */
/* Flutter */
Color(0xFFFF0FF3)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.06, blue: 0.95, alpha: 1.0)