Vapour
#f0ffff
Looking for the precise values behind Vapour (#f0ffff)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f0ffff | |
|---|---|---|
| RGB | rgb(240, 255, 255) | |
| HSL | hsl(180, 100%, 97%) | |
| CMYK | cmyk(6%, 0%, 0%, 0%) | |
| LAB | lab(99, -5, -2) | |
| OKLCH | oklch(0.99 0.016 197) |
Color harmonies
Tints & shades
Code snippets
color: #f0ffff;
background-color: #f0ffff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0FFFF)
/* Swift / UIKit */
UIColor(red: 0.94, green: 1.00, blue: 1.00, alpha: 1.0)