#00acfc
a balanced, electric cyan · cool · closest name: steelblue
RGB
0, 172, 252
HSL
199°, 100%, 49%
CMYK
100, 32, 0, 1
Luminance
0.3653
Every format
| HEX | #00acfc |
| RGB | rgb(0, 172, 252) |
| HSL | hsl(199, 100%, 49%) |
| CMYK | cmyk(100%, 32%, 0%, 1%) |
| LAB | lab(66.9 -8.4 -49.8) |
| LCH | lch(66.9 50.5 260.4) |
| OKLCH | oklch(0.710 0.163 240.2) |
Copy-ready code
/* CSS */
color: #00acfc;
background-color: #00acfc;
/* Tailwind (arbitrary) */
class="text-[#00acfc] bg-[#00acfc]"
/* SCSS */
$brand: #00acfc;
/* SwiftUI */
Color(red: 0.000, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#00acfc")Accessibility — WCAG contrast
Aa
#00acfc on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00acfc on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green67.5%
Blue98.8%
CMYK percentages
Cyan100.0%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#00acfc text on a black background
contrast 8.31:1
Card sample
#00acfc text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00acfc;
Background color
Panel with #00acfc background
background-color: #00acfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00acfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00acfc; background: linear-gradient(135deg, #00acfc, #0004FC);