#0cbfdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 191, 223
HSL
189°, 90%, 46%
CMYK
95, 14, 0, 13
Luminance
0.4267
Every format
| HEX | #0cbfdf |
| RGB | rgb(12, 191, 223) |
| HSL | hsl(189, 90%, 46%) |
| CMYK | cmyk(95%, 14%, 0%, 13%) |
| LAB | lab(71.3 -28.2 -27.1) |
| LCH | lch(71.3 39.1 223.9) |
| OKLCH | oklch(0.742 0.130 215.7) |
Copy-ready code
/* CSS */
color: #0cbfdf;
background-color: #0cbfdf;
/* Tailwind (arbitrary) */
class="text-[#0cbfdf] bg-[#0cbfdf]"
/* SCSS */
$brand: #0cbfdf;
/* SwiftUI */
Color(red: 0.047, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#0cbfdf")Accessibility — WCAG contrast
Aa
#0cbfdf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cbfdf on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green74.9%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#0cbfdf text on a black background
contrast 9.53:1
Card sample
#0cbfdf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cbfdf;
Background color
Panel with #0cbfdf background
background-color: #0cbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cbfdf; background: linear-gradient(135deg, #0cbfdf, #0C32DF);