#0cb5ff
a balanced, electric cyan · cool · closest name: steelblue
RGB
12, 181, 255
HSL
198°, 100%, 52%
CMYK
95, 29, 0, 0
Luminance
0.4035
Every format
| HEX | #0cb5ff |
| RGB | rgb(12, 181, 255) |
| HSL | hsl(198, 100%, 52%) |
| CMYK | cmyk(95%, 29%, 0%, 0%) |
| LAB | lab(69.7 -12.0 -47.0) |
| LCH | lch(69.7 48.5 255.6) |
| OKLCH | oklch(0.733 0.159 237.2) |
Copy-ready code
/* CSS */
color: #0cb5ff;
background-color: #0cb5ff;
/* Tailwind (arbitrary) */
class="text-[#0cb5ff] bg-[#0cb5ff]"
/* SCSS */
$brand: #0cb5ff;
/* SwiftUI */
Color(red: 0.047, green: 0.710, blue: 1.000)
/* Android */
Color.parseColor("#0cb5ff")Accessibility — WCAG contrast
Aa
#0cb5ff on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cb5ff on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green71.0%
Blue100.0%
CMYK percentages
Cyan95.3%
Magenta29.0%
Yellow0.0%
Key (black)0.0%
Color previews
#0cb5ff text on a black background
contrast 9.07:1
Card sample
#0cb5ff text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cb5ff;
Background color
Panel with #0cb5ff background
background-color: #0cb5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cb5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 181, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 181, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cb5ff; background: linear-gradient(135deg, #0cb5ff, #0C13FF);