#0cdfdb
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 223, 219
HSL
179°, 90%, 46%
CMYK
95, 0, 2, 13
Luminance
0.5797
Every format
| HEX | #0cdfdb |
| RGB | rgb(12, 223, 219) |
| HSL | hsl(179, 90%, 46%) |
| CMYK | cmyk(95%, 0%, 2%, 13%) |
| LAB | lab(80.7 -44.3 -10.8) |
| LCH | lch(80.7 45.6 193.6) |
| OKLCH | oklch(0.817 0.139 192.5) |
Copy-ready code
/* CSS */
color: #0cdfdb;
background-color: #0cdfdb;
/* Tailwind (arbitrary) */
class="text-[#0cdfdb] bg-[#0cdfdb]"
/* SCSS */
$brand: #0cdfdb;
/* SwiftUI */
Color(red: 0.047, green: 0.875, blue: 0.859)
/* Android */
Color.parseColor("#0cdfdb")Accessibility — WCAG contrast
Aa
#0cdfdb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdfdb on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green87.5%
Blue85.9%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow1.8%
Key (black)12.5%
Color previews
#0cdfdb text on a black background
contrast 12.59:1
Card sample
#0cdfdb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdfdb;
Background color
Panel with #0cdfdb background
background-color: #0cdfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 223, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 223, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdfdb; background: linear-gradient(135deg, #0cdfdb, #0C56DF);