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