#0cadeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
12, 173, 235
HSL
197°, 90%, 48%
CMYK
95, 26, 0, 8
Luminance
0.3596
Every format
| HEX | #0cadeb |
| RGB | rgb(12, 173, 235) |
| HSL | hsl(197, 90%, 48%) |
| CMYK | cmyk(95%, 26%, 0%, 8%) |
| LAB | lab(66.5 -14.8 -41.2) |
| LCH | lch(66.5 43.7 250.2) |
| OKLCH | oklch(0.704 0.145 233.6) |
Copy-ready code
/* CSS */
color: #0cadeb;
background-color: #0cadeb;
/* Tailwind (arbitrary) */
class="text-[#0cadeb] bg-[#0cadeb]"
/* SCSS */
$brand: #0cadeb;
/* SwiftUI */
Color(red: 0.047, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#0cadeb")Accessibility — WCAG contrast
Aa
#0cadeb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cadeb on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green67.8%
Blue92.2%
CMYK percentages
Cyan94.9%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#0cadeb text on a black background
contrast 8.19:1
Card sample
#0cadeb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cadeb;
Background color
Panel with #0cadeb background
background-color: #0cadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cadeb; background: linear-gradient(135deg, #0cadeb, #0C18EB);