#0cdceb
a balanced, electric cyan · cool · closest name: cyan
RGB
12, 220, 235
HSL
184°, 90%, 48%
CMYK
95, 6, 0, 8
Luminance
0.5726
Every format
| HEX | #0cdceb |
| RGB | rgb(12, 220, 235) |
| HSL | hsl(184, 90%, 48%) |
| CMYK | cmyk(95%, 6%, 0%, 8%) |
| LAB | lab(80.3 -38.2 -19.9) |
| LCH | lch(80.3 43.1 207.5) |
| OKLCH | oklch(0.816 0.138 203.6) |
Copy-ready code
/* CSS */
color: #0cdceb;
background-color: #0cdceb;
/* Tailwind (arbitrary) */
class="text-[#0cdceb] bg-[#0cdceb]"
/* SCSS */
$brand: #0cdceb;
/* SwiftUI */
Color(red: 0.047, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#0cdceb")Accessibility — WCAG contrast
Aa
#0cdceb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdceb on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green86.3%
Blue92.2%
CMYK percentages
Cyan94.9%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#0cdceb text on a black background
contrast 12.45:1
Card sample
#0cdceb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdceb;
Background color
Panel with #0cdceb background
background-color: #0cdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdceb; background: linear-gradient(135deg, #0cdceb, #0C47EB);