Bluebell
#333399
Here's everything about the color Bluebell (#333399) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #333399 | |
|---|---|---|
| RGB | rgb(51, 51, 153) | |
| HSL | hsl(240, 50%, 40%) | |
| CMYK | cmyk(67%, 67%, 0%, 40%) | |
| LAB | lab(27, 27, -57) | |
| OKLCH | oklch(0.39 0.162 276) |
Color harmonies
Tints & shades
Code snippets
color: #333399;
background-color: #333399;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF333399)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.20, blue: 0.60, alpha: 1.0)