Arctic Water
#00fcfc
Looking for the precise values behind Arctic Water (#00fcfc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #00fcfc | |
|---|---|---|
| RGB | rgb(0, 252, 252) | |
| HSL | hsl(180, 100%, 49%) | |
| CMYK | cmyk(100%, 0%, 0%, 1%) | |
| LAB | lab(90, -50, -15) | |
| OKLCH | oklch(0.9 0.153 195) |
Color harmonies
Tints & shades
Code snippets
color: #00fcfc;
background-color: #00fcfc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF00FCFC)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.99, blue: 0.99, alpha: 1.0)