#0cbfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 191, 255
HSL
196°, 100%, 52%
CMYK
95, 25, 0, 0
Luminance
0.4456
Every format
| HEX | #0cbfff |
| RGB | rgb(12, 191, 255) |
| HSL | hsl(196, 100%, 52%) |
| CMYK | cmyk(95%, 25%, 0%, 0%) |
| LAB | lab(72.6 -17.4 -42.5) |
| LCH | lch(72.6 45.9 247.7) |
| OKLCH | oklch(0.756 0.152 231.9) |
Copy-ready code
/* CSS */
color: #0cbfff;
background-color: #0cbfff;
/* Tailwind (arbitrary) */
class="text-[#0cbfff] bg-[#0cbfff]"
/* SCSS */
$brand: #0cbfff;
/* SwiftUI */
Color(red: 0.047, green: 0.749, blue: 1.000)
/* Android */
Color.parseColor("#0cbfff")Accessibility — WCAG contrast
Aa
#0cbfff on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cbfff on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green74.9%
Blue100.0%
CMYK percentages
Cyan95.3%
Magenta25.1%
Yellow0.0%
Key (black)0.0%
Color previews
#0cbfff text on a black background
contrast 9.91:1
Card sample
#0cbfff text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cbfff;
Background color
Panel with #0cbfff background
background-color: #0cbfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cbfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 191, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 191, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cbfff; background: linear-gradient(135deg, #0cbfff, #0C1DFF);