Lightsaber Blue
#15f2fd
Looking for the precise values behind Lightsaber Blue (#15f2fd)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #15f2fd | |
|---|---|---|
| RGB | rgb(21, 242, 253) | |
| HSL | hsl(183, 98%, 54%) | |
| CMYK | cmyk(92%, 4%, 0%, 1%) | |
| LAB | lab(87, -46, -20) | |
| OKLCH | oklch(0.87 0.147 201) |
Color harmonies
Tints & shades
Code snippets
color: #15f2fd;
background-color: #15f2fd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF15F2FD)
/* Swift / UIKit */
UIColor(red: 0.08, green: 0.95, blue: 0.99, alpha: 1.0)