Ballerina
#f2cfdc
Looking for the precise values behind Ballerina (#f2cfdc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f2cfdc | |
|---|---|---|
| RGB | rgb(242, 207, 220) | |
| HSL | hsl(338, 57%, 88%) | |
| CMYK | cmyk(0%, 14%, 9%, 5%) | |
| LAB | lab(86, 14, -2) | |
| OKLCH | oklch(0.89 0.043 354) |
Color harmonies
Tints & shades
Code snippets
color: #f2cfdc;
background-color: #f2cfdc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2CFDC)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.81, blue: 0.86, alpha: 1.0)