Whale’s Tale
#115a82
Looking for the precise values behind Whale’s Tale (#115a82)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #115a82 | |
|---|---|---|
| RGB | rgb(17, 90, 130) | |
| HSL | hsl(201, 77%, 29%) | |
| CMYK | cmyk(87%, 31%, 0%, 49%) | |
| LAB | lab(36, -10, -29) | |
| OKLCH | oklch(0.45 0.094 239) |
Color harmonies
Tints & shades
Code snippets
color: #115a82;
background-color: #115a82;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF115A82)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.35, blue: 0.51, alpha: 1.0)