Poseidon
#143c5d
Looking for the precise values behind Poseidon (#143c5d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #143c5d | |
|---|---|---|
| RGB | rgb(20, 60, 93) | |
| HSL | hsl(207, 65%, 22%) | |
| CMYK | cmyk(78%, 35%, 0%, 64%) | |
| LAB | lab(24, -5, -24) | |
| OKLCH | oklch(0.35 0.073 247) |
Color harmonies
Tints & shades
Code snippets
color: #143c5d;
background-color: #143c5d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF143C5D)
/* Swift / UIKit */
UIColor(red: 0.08, green: 0.24, blue: 0.36, alpha: 1.0)