Dark Ages
#9698a3
Looking for the precise values behind Dark Ages (#9698a3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9698a3 | |
|---|---|---|
| RGB | rgb(150, 152, 163) | |
| HSL | hsl(231, 7%, 61%) | |
| CMYK | cmyk(8%, 7%, 0%, 36%) | |
| LAB | lab(63, 1, -6) | |
| OKLCH | oklch(0.68 0.016 278) |
Color harmonies
Tints & shades
Code snippets
color: #9698a3;
background-color: #9698a3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF9698A3)
/* Swift / UIKit */
UIColor(red: 0.59, green: 0.60, blue: 0.64, alpha: 1.0)