#0cccf4
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 204, 244
HSL
190°, 91%, 50%
CMYK
95, 16, 0, 4
Luminance
0.4980
Every format
| HEX | #0cccf4 |
| RGB | rgb(12, 204, 244) |
| HSL | hsl(190, 91%, 50%) |
| CMYK | cmyk(95%, 16%, 0%, 4%) |
| LAB | lab(75.9 -27.7 -31.4) |
| LCH | lch(75.9 41.9 228.5) |
| OKLCH | oklch(0.781 0.140 218.9) |
Copy-ready code
/* CSS */
color: #0cccf4;
background-color: #0cccf4;
/* Tailwind (arbitrary) */
class="text-[#0cccf4] bg-[#0cccf4]"
/* SCSS */
$brand: #0cccf4;
/* SwiftUI */
Color(red: 0.047, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#0cccf4")Accessibility — WCAG contrast
Aa
#0cccf4 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cccf4 on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green80.0%
Blue95.7%
CMYK percentages
Cyan95.1%
Magenta16.4%
Yellow0.0%
Key (black)4.3%
Color previews
#0cccf4 text on a black background
contrast 10.96:1
Card sample
#0cccf4 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cccf4;
Background color
Panel with #0cccf4 background
background-color: #0cccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cccf4; background: linear-gradient(135deg, #0cccf4, #0C32F4);