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