Hint of Blue
#cee1f2
Looking for the precise values behind Hint of Blue (#cee1f2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cee1f2 | |
|---|---|---|
| RGB | rgb(206, 225, 242) | |
| HSL | hsl(208, 58%, 88%) | |
| CMYK | cmyk(15%, 7%, 0%, 5%) | |
| LAB | lab(88, -4, -11) | |
| OKLCH | oklch(0.9 0.031 245) |
Color harmonies
Tints & shades
Code snippets
color: #cee1f2;
background-color: #cee1f2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFCEE1F2)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.88, blue: 0.95, alpha: 1.0)