#0cbceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 188, 235
HSL
193°, 90%, 48%
CMYK
95, 20, 0, 8
Luminance
0.4204
Every format
| HEX | #0cbceb |
| RGB | rgb(12, 188, 235) |
| HSL | hsl(193, 90%, 48%) |
| CMYK | cmyk(95%, 20%, 0%, 8%) |
| LAB | lab(70.9 -22.7 -34.3) |
| LCH | lch(70.9 41.1 236.5) |
| OKLCH | oklch(0.740 0.138 224.4) |
Copy-ready code
/* CSS */
color: #0cbceb;
background-color: #0cbceb;
/* Tailwind (arbitrary) */
class="text-[#0cbceb] bg-[#0cbceb]"
/* SCSS */
$brand: #0cbceb;
/* SwiftUI */
Color(red: 0.047, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#0cbceb")Accessibility — WCAG contrast
Aa
#0cbceb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cbceb on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green73.7%
Blue92.2%
CMYK percentages
Cyan94.9%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#0cbceb text on a black background
contrast 9.41:1
Card sample
#0cbceb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cbceb;
Background color
Panel with #0cbceb background
background-color: #0cbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cbceb; background: linear-gradient(135deg, #0cbceb, #0C27EB);