Cloud Break
#f6f1fe
Looking for the precise values behind Cloud Break (#f6f1fe)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f6f1fe | |
|---|---|---|
| RGB | rgb(246, 241, 254) | |
| HSL | hsl(263, 87%, 97%) | |
| CMYK | cmyk(3%, 5%, 0%, 0%) | |
| LAB | lab(96, 3, -6) | |
| OKLCH | oklch(0.97 0.018 303) |
Color harmonies
Tints & shades
Code snippets
color: #f6f1fe;
background-color: #f6f1fe;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6F1FE)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.95, blue: 1.00, alpha: 1.0)