Elite Teal
#133337
Looking for the precise values behind Elite Teal (#133337)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #133337 | |
|---|---|---|
| RGB | rgb(19, 51, 55) | |
| HSL | hsl(187, 49%, 15%) | |
| CMYK | cmyk(65%, 7%, 0%, 78%) | |
| LAB | lab(19, -11, -6) | |
| OKLCH | oklch(0.3 0.038 206) |
Color harmonies
Tints & shades
Code snippets
color: #133337;
background-color: #133337;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF133337)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.20, blue: 0.22, alpha: 1.0)