Capri
#00bfff
Here's everything about the color Capri (#00bfff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #00bfff | |
|---|---|---|
| RGB | rgb(0, 191, 255) | |
| HSL | hsl(195, 100%, 50%) | |
| CMYK | cmyk(100%, 25%, 0%, 0%) | |
| LAB | lab(72, -24, -44) | |
| OKLCH | oklch(0.76 0.153 232) |
Color harmonies
Tints & shades
Code snippets
color: #00bfff;
background-color: #00bfff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF00BFFF)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.75, blue: 1.00, alpha: 1.0)