Andromeda Blue
#abcdee
Looking for the precise values behind Andromeda Blue (#abcdee)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #abcdee | |
|---|---|---|
| RGB | rgb(171, 205, 238) | |
| HSL | hsl(210, 66%, 80%) | |
| CMYK | cmyk(28%, 14%, 0%, 7%) | |
| LAB | lab(81, -6, -20) | |
| OKLCH | oklch(0.83 0.059 248) |
Color harmonies
Tints & shades
Code snippets
color: #abcdee;
background-color: #abcdee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFABCDEE)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.80, blue: 0.93, alpha: 1.0)