Northwind
#cee5e9
Looking for the precise values behind Northwind (#cee5e9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cee5e9 | |
|---|---|---|
| RGB | rgb(206, 229, 233) | |
| HSL | hsl(189, 38%, 86%) | |
| CMYK | cmyk(12%, 2%, 0%, 9%) | |
| LAB | lab(89, -7, -5) | |
| OKLCH | oklch(0.91 0.025 209) |
Color harmonies
Tints & shades
Code snippets
color: #cee5e9;
background-color: #cee5e9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCEE5E9)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.90, blue: 0.91, alpha: 1.0)