Raven’s Coat
#030205
Looking for the precise values behind Raven’s Coat (#030205)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #030205 | |
|---|---|---|
| RGB | rgb(3, 2, 5) | |
| HSL | hsl(260, 43%, 1%) | |
| CMYK | cmyk(40%, 60%, 0%, 98%) | |
| LAB | lab(1, 1, -1) | |
| OKLCH | oklch(0.09 0.014 302) |
Color harmonies
Tints & shades
Code snippets
color: #030205;
background-color: #030205;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF030205)
/* Swift / UIKit */
UIColor(red: 0.01, green: 0.01, blue: 0.02, alpha: 1.0)