High Seas
#7dabd8
Looking for the precise values behind High Seas (#7dabd8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7dabd8 | |
|---|---|---|
| RGB | rgb(125, 171, 216) | |
| HSL | hsl(210, 54%, 67%) | |
| CMYK | cmyk(42%, 21%, 0%, 15%) | |
| LAB | lab(68, -7, -28) | |
| OKLCH | oklch(0.73 0.082 248) |
Color harmonies
Tints & shades
Code snippets
color: #7dabd8;
background-color: #7dabd8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF7DABD8)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.67, blue: 0.85, alpha: 1.0)