#0cccdb
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 204, 219
HSL
184°, 90%, 45%
CMYK
95, 7, 0, 14
Luminance
0.4838
Every format
| HEX | #0cccdb |
| RGB | rgb(12, 204, 219) |
| HSL | hsl(184, 90%, 45%) |
| CMYK | cmyk(95%, 7%, 0%, 14%) |
| LAB | lab(75.1 -35.8 -19.3) |
| LCH | lch(75.1 40.6 208.3) |
| OKLCH | oklch(0.771 0.130 204.3) |
Copy-ready code
/* CSS */
color: #0cccdb;
background-color: #0cccdb;
/* Tailwind (arbitrary) */
class="text-[#0cccdb] bg-[#0cccdb]"
/* SCSS */
$brand: #0cccdb;
/* SwiftUI */
Color(red: 0.047, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#0cccdb")Accessibility — WCAG contrast
Aa
#0cccdb on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cccdb on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green80.0%
Blue85.9%
CMYK percentages
Cyan94.5%
Magenta6.8%
Yellow0.0%
Key (black)14.1%
Color previews
#0cccdb text on a black background
contrast 10.68:1
Card sample
#0cccdb text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cccdb;
Background color
Panel with #0cccdb background
background-color: #0cccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cccdb; background: linear-gradient(135deg, #0cccdb, #0C42DB);