#0cccd3
a dark, electric cyan · cool · closest name: turquoise
RGB
12, 204, 211
HSL
182°, 89%, 44%
CMYK
94, 3, 0, 17
Luminance
0.4797
Every format
| HEX | #0cccd3 |
| RGB | rgb(12, 204, 211) |
| HSL | hsl(182, 89%, 44%) |
| CMYK | cmyk(94%, 3%, 0%, 17%) |
| LAB | lab(74.8 -38.2 -15.3) |
| LCH | lch(74.8 41.2 201.8) |
| OKLCH | oklch(0.768 0.130 199.2) |
Copy-ready code
/* CSS */
color: #0cccd3;
background-color: #0cccd3;
/* Tailwind (arbitrary) */
class="text-[#0cccd3] bg-[#0cccd3]"
/* SCSS */
$brand: #0cccd3;
/* SwiftUI */
Color(red: 0.047, green: 0.800, blue: 0.827)
/* Android */
Color.parseColor("#0cccd3")Accessibility — WCAG contrast
Aa
#0cccd3 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cccd3 on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green80.0%
Blue82.7%
CMYK percentages
Cyan94.3%
Magenta3.3%
Yellow0.0%
Key (black)17.3%
Color previews
#0cccd3 text on a black background
contrast 10.59:1
Card sample
#0cccd3 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cccd3;
Background color
Panel with #0cccd3 background
background-color: #0cccd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cccd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 204, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 204, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cccd3; background: linear-gradient(135deg, #0cccd3, #0C47D3);