#0cccfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 204, 251
HSL
192°, 97%, 52%
CMYK
95, 19, 0, 2
Luminance
0.5023
Every format
| HEX | #0cccfb |
| RGB | rgb(12, 204, 251) |
| HSL | hsl(192, 97%, 52%) |
| CMYK | cmyk(95%, 19%, 0%, 2%) |
| LAB | lab(76.2 -25.4 -34.7) |
| LCH | lch(76.2 43.0 233.8) |
| OKLCH | oklch(0.784 0.144 222.5) |
Copy-ready code
/* CSS */
color: #0cccfb;
background-color: #0cccfb;
/* Tailwind (arbitrary) */
class="text-[#0cccfb] bg-[#0cccfb]"
/* SCSS */
$brand: #0cccfb;
/* SwiftUI */
Color(red: 0.047, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#0cccfb")Accessibility — WCAG contrast
Aa
#0cccfb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cccfb on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green80.0%
Blue98.4%
CMYK percentages
Cyan95.2%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#0cccfb text on a black background
contrast 11.05:1
Card sample
#0cccfb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cccfb;
Background color
Panel with #0cccfb background
background-color: #0cccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cccfb; background: linear-gradient(135deg, #0cccfb, #0C2DFB);