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