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