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