#0cacef
a balanced, electric cyan · cool · closest name: steelblue
RGB
12, 172, 239
HSL
198°, 90%, 49%
CMYK
95, 28, 0, 6
Luminance
0.3582
Every format
| HEX | #0cacef |
| RGB | rgb(12, 172, 239) |
| HSL | hsl(198, 90%, 49%) |
| CMYK | cmyk(95%, 28%, 0%, 6%) |
| LAB | lab(66.4 -12.8 -43.5) |
| LCH | lch(66.4 45.4 253.6) |
| OKLCH | oklch(0.704 0.149 235.8) |
Copy-ready code
/* CSS */
color: #0cacef;
background-color: #0cacef;
/* Tailwind (arbitrary) */
class="text-[#0cacef] bg-[#0cacef]"
/* SCSS */
$brand: #0cacef;
/* SwiftUI */
Color(red: 0.047, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#0cacef")Accessibility — WCAG contrast
Aa
#0cacef on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cacef on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green67.5%
Blue93.7%
CMYK percentages
Cyan95.0%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#0cacef text on a black background
contrast 8.16:1
Card sample
#0cacef text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cacef;
Background color
Panel with #0cacef background
background-color: #0cacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cacef; background: linear-gradient(135deg, #0cacef, #0C15EF);