Arctic Ice
#b6bdd0
Looking for the precise values behind Arctic Ice (#b6bdd0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b6bdd0 | |
|---|---|---|
| RGB | rgb(182, 189, 208) | |
| HSL | hsl(224, 22%, 76%) | |
| CMYK | cmyk(12%, 9%, 0%, 18%) | |
| LAB | lab(77, 0, -10) | |
| OKLCH | oklch(0.8 0.028 270) |
Color harmonies
Tints & shades
Code snippets
color: #b6bdd0;
background-color: #b6bdd0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFB6BDD0)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.74, blue: 0.82, alpha: 1.0)