#0cb2db
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 178, 219
HSL
192°, 90%, 45%
CMYK
95, 19, 0, 14
Luminance
0.3703
Every format
| HEX | #0cb2db |
| RGB | rgb(12, 178, 219) |
| HSL | hsl(192, 90%, 45%) |
| CMYK | cmyk(95%, 19%, 0%, 14%) |
| LAB | lab(67.3 -23.0 -31.1) |
| LCH | lch(67.3 38.7 233.5) |
| OKLCH | oklch(0.709 0.130 222.4) |
Copy-ready code
/* CSS */
color: #0cb2db;
background-color: #0cb2db;
/* Tailwind (arbitrary) */
class="text-[#0cb2db] bg-[#0cb2db]"
/* SCSS */
$brand: #0cb2db;
/* SwiftUI */
Color(red: 0.047, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#0cb2db")Accessibility — WCAG contrast
Aa
#0cb2db on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cb2db on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green69.8%
Blue85.9%
CMYK percentages
Cyan94.5%
Magenta18.7%
Yellow0.0%
Key (black)14.1%
Color previews
#0cb2db text on a black background
contrast 8.41:1
Card sample
#0cb2db text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cb2db;
Background color
Panel with #0cb2db background
background-color: #0cb2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cb2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cb2db; background: linear-gradient(135deg, #0cb2db, #0C28DB);