#0cd3ed
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 211, 237
HSL
187°, 90%, 49%
CMYK
95, 11, 0, 7
Luminance
0.5278
Every format
| HEX | #0cd3ed |
| RGB | rgb(12, 211, 237) |
| HSL | hsl(187, 90%, 49%) |
| CMYK | cmyk(95%, 11%, 0%, 7%) |
| LAB | lab(77.7 -33.4 -24.9) |
| LCH | lch(77.7 41.6 216.7) |
| OKLCH | oklch(0.795 0.137 210.5) |
Copy-ready code
/* CSS */
color: #0cd3ed;
background-color: #0cd3ed;
/* Tailwind (arbitrary) */
class="text-[#0cd3ed] bg-[#0cd3ed]"
/* SCSS */
$brand: #0cd3ed;
/* SwiftUI */
Color(red: 0.047, green: 0.827, blue: 0.929)
/* Android */
Color.parseColor("#0cd3ed")Accessibility — WCAG contrast
Aa
#0cd3ed on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd3ed on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green82.7%
Blue92.9%
CMYK percentages
Cyan94.9%
Magenta11.0%
Yellow0.0%
Key (black)7.1%
Color previews
#0cd3ed text on a black background
contrast 11.56:1
Card sample
#0cd3ed text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd3ed;
Background color
Panel with #0cd3ed background
background-color: #0cd3ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd3ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 211, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 211, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd3ed; background: linear-gradient(135deg, #0cd3ed, #0C3DED);