Ravenclaw
#0a0555
Looking for the precise values behind Ravenclaw (#0a0555)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #0a0555 | |
|---|---|---|
| RGB | rgb(10, 5, 85) | |
| HSL | hsl(244, 89%, 18%) | |
| CMYK | cmyk(88%, 94%, 0%, 67%) | |
| LAB | lab(7, 27, -47) | |
| OKLCH | oklch(0.22 0.132 270) |
Color harmonies
Tints & shades
Code snippets
color: #0a0555;
background-color: #0a0555;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF0A0555)
/* Swift / UIKit */
UIColor(red: 0.04, green: 0.02, blue: 0.33, alpha: 1.0)