#0cbfd4
a dark, electric cyan · cool · closest name: skyblue
RGB
12, 191, 212
HSL
186°, 89%, 44%
CMYK
94, 10, 0, 17
Luminance
0.4209
Every format
| HEX | #0cbfd4 |
| RGB | rgb(12, 191, 212) |
| HSL | hsl(186, 89%, 44%) |
| CMYK | cmyk(94%, 10%, 0%, 17%) |
| LAB | lab(70.9 -31.8 -21.7) |
| LCH | lch(70.9 38.5 214.3) |
| OKLCH | oklch(0.737 0.126 208.8) |
Copy-ready code
/* CSS */
color: #0cbfd4;
background-color: #0cbfd4;
/* Tailwind (arbitrary) */
class="text-[#0cbfd4] bg-[#0cbfd4]"
/* SCSS */
$brand: #0cbfd4;
/* SwiftUI */
Color(red: 0.047, green: 0.749, blue: 0.831)
/* Android */
Color.parseColor("#0cbfd4")Accessibility — WCAG contrast
Aa
#0cbfd4 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cbfd4 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green74.9%
Blue83.1%
CMYK percentages
Cyan94.3%
Magenta9.9%
Yellow0.0%
Key (black)16.9%
Color previews
#0cbfd4 text on a black background
contrast 9.42:1
Card sample
#0cbfd4 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cbfd4;
Background color
Panel with #0cbfd4 background
background-color: #0cbfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cbfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 191, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 191, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cbfd4; background: linear-gradient(135deg, #0cbfd4, #0C3AD4);