#0cbfec
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 191, 236
HSL
192°, 90%, 49%
CMYK
95, 19, 0, 8
Luminance
0.4340
Every format
| HEX | #0cbfec |
| RGB | rgb(12, 191, 236) |
| HSL | hsl(192, 90%, 49%) |
| CMYK | cmyk(95%, 19%, 0%, 8%) |
| LAB | lab(71.8 -23.9 -33.4) |
| LCH | lch(71.8 41.1 234.4) |
| OKLCH | oklch(0.747 0.138 223.0) |
Copy-ready code
/* CSS */
color: #0cbfec;
background-color: #0cbfec;
/* Tailwind (arbitrary) */
class="text-[#0cbfec] bg-[#0cbfec]"
/* SCSS */
$brand: #0cbfec;
/* SwiftUI */
Color(red: 0.047, green: 0.749, blue: 0.925)
/* Android */
Color.parseColor("#0cbfec")Accessibility — WCAG contrast
Aa
#0cbfec on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cbfec on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green74.9%
Blue92.5%
CMYK percentages
Cyan94.9%
Magenta19.1%
Yellow0.0%
Key (black)7.5%
Color previews
#0cbfec text on a black background
contrast 9.68:1
Card sample
#0cbfec text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cbfec;
Background color
Panel with #0cbfec background
background-color: #0cbfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cbfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 191, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 191, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cbfec; background: linear-gradient(135deg, #0cbfec, #0C29EC);