Oblivion
#000435
Looking for the precise values behind Oblivion (#000435)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #000435 | |
|---|---|---|
| RGB | rgb(0, 4, 53) | |
| HSL | hsl(235, 100%, 10%) | |
| CMYK | cmyk(100%, 92%, 0%, 79%) | |
| LAB | lab(3, 11, -30) | |
| OKLCH | oklch(0.16 0.096 264) |
Color harmonies
Tints & shades
Code snippets
color: #000435;
background-color: #000435;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF000435)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.02, blue: 0.21, alpha: 1.0)