Warp Drive
#eaf2f1
Warp Drive, represented by the hex value #eaf2f1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #eaf2f1 | |
|---|---|---|
| RGB | rgb(234, 242, 241) | |
| HSL | hsl(173, 24%, 93%) | |
| CMYK | cmyk(3%, 0%, 0%, 5%) | |
| LAB | lab(95, -3, 0) | |
| OKLCH | oklch(0.95 0.009 188) |
Color harmonies
Tints & shades
Code snippets
color: #eaf2f1;
background-color: #eaf2f1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEAF2F1)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.95, blue: 0.95, alpha: 1.0)