Rosewater
#f6dbd8
Looking for the precise values behind Rosewater (#f6dbd8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f6dbd8 | |
|---|---|---|
| RGB | rgb(246, 219, 216) | |
| HSL | hsl(6, 63%, 91%) | |
| CMYK | cmyk(0%, 11%, 12%, 4%) | |
| LAB | lab(90, 9, 5) | |
| OKLCH | oklch(0.91 0.03 25) |
Color harmonies
Tints & shades
Code snippets
color: #f6dbd8;
background-color: #f6dbd8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6DBD8)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.86, blue: 0.85, alpha: 1.0)