#0caade
a balanced, electric cyan · cool · closest name: steelblue
RGB
12, 170, 222
HSL
195°, 90%, 46%
CMYK
95, 23, 0, 13
Luminance
0.3410
Every format
| HEX | #0caade |
| RGB | rgb(12, 170, 222) |
| HSL | hsl(195, 90%, 46%) |
| CMYK | cmyk(95%, 23%, 0%, 13%) |
| LAB | lab(65.0 -17.8 -36.3) |
| LCH | lch(65.0 40.4 243.9) |
| OKLCH | oklch(0.691 0.135 229.4) |
Copy-ready code
/* CSS */
color: #0caade;
background-color: #0caade;
/* Tailwind (arbitrary) */
class="text-[#0caade] bg-[#0caade]"
/* SCSS */
$brand: #0caade;
/* SwiftUI */
Color(red: 0.047, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#0caade")Accessibility — WCAG contrast
Aa
#0caade on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0caade on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green66.7%
Blue87.1%
CMYK percentages
Cyan94.6%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#0caade text on a black background
contrast 7.82:1
Card sample
#0caade text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0caade;
Background color
Panel with #0caade background
background-color: #0caade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0caade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0caade; background: linear-gradient(135deg, #0caade, #0C1EDE);