Lights Out
#3d474b
Looking for the precise values behind Lights Out (#3d474b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3d474b | |
|---|---|---|
| RGB | rgb(61, 71, 75) | |
| HSL | hsl(197, 10%, 27%) | |
| CMYK | cmyk(19%, 5%, 0%, 71%) | |
| LAB | lab(29, -3, -4) | |
| OKLCH | oklch(0.39 0.015 224) |
Color harmonies
Tints & shades
Code snippets
color: #3d474b;
background-color: #3d474b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3D474B)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.28, blue: 0.29, alpha: 1.0)