#0cb2fe
a balanced, electric cyan · cool · closest name: steelblue
RGB
12, 178, 254
HSL
199°, 99%, 52%
CMYK
95, 30, 0, 0
Luminance
0.3907
Every format
| HEX | #0cb2fe |
| RGB | rgb(12, 178, 254) |
| HSL | hsl(199, 99%, 52%) |
| CMYK | cmyk(95%, 30%, 0%, 0%) |
| LAB | lab(68.8 -10.8 -47.9) |
| LCH | lch(68.8 49.1 257.3) |
| OKLCH | oklch(0.726 0.160 238.3) |
Copy-ready code
/* CSS */
color: #0cb2fe;
background-color: #0cb2fe;
/* Tailwind (arbitrary) */
class="text-[#0cb2fe] bg-[#0cb2fe]"
/* SCSS */
$brand: #0cb2fe;
/* SwiftUI */
Color(red: 0.047, green: 0.698, blue: 0.996)
/* Android */
Color.parseColor("#0cb2fe")Accessibility — WCAG contrast
Aa
#0cb2fe on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cb2fe on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green69.8%
Blue99.6%
CMYK percentages
Cyan95.3%
Magenta29.9%
Yellow0.0%
Key (black)0.4%
Color previews
#0cb2fe text on a black background
contrast 8.81:1
Card sample
#0cb2fe text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cb2fe;
Background color
Panel with #0cb2fe background
background-color: #0cb2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cb2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 178, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 178, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cb2fe; background: linear-gradient(135deg, #0cb2fe, #0C11FE);