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