#0cbdf8
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 189, 248
HSL
195°, 94%, 51%
CMYK
95, 24, 0, 3
Luminance
0.4325
Every format
| HEX | #0cbdf8 |
| RGB | rgb(12, 189, 248) |
| HSL | hsl(195, 94%, 51%) |
| CMYK | cmyk(95%, 24%, 0%, 3%) |
| LAB | lab(71.7 -18.8 -40.0) |
| LCH | lch(71.7 44.2 244.9) |
| OKLCH | oklch(0.748 0.148 230.0) |
Copy-ready code
/* CSS */
color: #0cbdf8;
background-color: #0cbdf8;
/* Tailwind (arbitrary) */
class="text-[#0cbdf8] bg-[#0cbdf8]"
/* SCSS */
$brand: #0cbdf8;
/* SwiftUI */
Color(red: 0.047, green: 0.741, blue: 0.973)
/* Android */
Color.parseColor("#0cbdf8")Accessibility — WCAG contrast
Aa
#0cbdf8 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cbdf8 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green74.1%
Blue97.3%
CMYK percentages
Cyan95.2%
Magenta23.8%
Yellow0.0%
Key (black)2.7%
Color previews
#0cbdf8 text on a black background
contrast 9.65:1
Card sample
#0cbdf8 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cbdf8;
Background color
Panel with #0cbdf8 background
background-color: #0cbdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cbdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 189, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 189, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cbdf8; background: linear-gradient(135deg, #0cbdf8, #0C20F8);