Steel Mist
#c6ceda
Looking for the precise values behind Steel Mist (#c6ceda)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c6ceda | |
|---|---|---|
| RGB | rgb(198, 206, 218) | |
| HSL | hsl(216, 21%, 82%) | |
| CMYK | cmyk(9%, 6%, 0%, 15%) | |
| LAB | lab(82, -1, -7) | |
| OKLCH | oklch(0.85 0.019 258) |
Color harmonies
Tints & shades
Code snippets
color: #c6ceda;
background-color: #c6ceda;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC6CEDA)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.81, blue: 0.85, alpha: 1.0)