Yellow Submarine
#ffff14
Yellow Submarine, represented by the hex value #ffff14, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffff14 | |
|---|---|---|
| RGB | rgb(255, 255, 20) | |
| HSL | hsl(60, 100%, 54%) | |
| CMYK | cmyk(0%, 0%, 92%, 0%) | |
| LAB | lab(98, -16, 92) | |
| OKLCH | oklch(0.97 0.209 110) |
Color harmonies
Tints & shades
Code snippets
color: #ffff14;
background-color: #ffff14;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFF14)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.08, alpha: 1.0)