Violet Kiss
#f0a0d1
Looking for the precise values behind Violet Kiss (#f0a0d1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f0a0d1 | |
|---|---|---|
| RGB | rgb(240, 160, 209) | |
| HSL | hsl(323, 73%, 78%) | |
| CMYK | cmyk(0%, 33%, 13%, 6%) | |
| LAB | lab(75, 36, -12) | |
| OKLCH | oklch(0.8 0.113 343) |
Color harmonies
Tints & shades
Code snippets
color: #f0a0d1;
background-color: #f0a0d1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFF0A0D1)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.63, blue: 0.82, alpha: 1.0)