#0cdadf
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 218, 223
HSL
181°, 90%, 46%
CMYK
95, 2, 0, 13
Luminance
0.5555
Every format
| HEX | #0cdadf |
| RGB | rgb(12, 218, 223) |
| HSL | hsl(181, 90%, 46%) |
| CMYK | cmyk(95%, 2%, 0%, 13%) |
| LAB | lab(79.3 -40.9 -14.9) |
| LCH | lch(79.3 43.6 200.0) |
| OKLCH | oklch(0.807 0.136 197.8) |
Copy-ready code
/* CSS */
color: #0cdadf;
background-color: #0cdadf;
/* Tailwind (arbitrary) */
class="text-[#0cdadf] bg-[#0cdadf]"
/* SCSS */
$brand: #0cdadf;
/* SwiftUI */
Color(red: 0.047, green: 0.855, blue: 0.875)
/* Android */
Color.parseColor("#0cdadf")Accessibility — WCAG contrast
Aa
#0cdadf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdadf on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green85.5%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta2.2%
Yellow0.0%
Key (black)12.5%
Color previews
#0cdadf text on a black background
contrast 12.11:1
Card sample
#0cdadf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdadf;
Background color
Panel with #0cdadf background
background-color: #0cdadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 218, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 218, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdadf; background: linear-gradient(135deg, #0cdadf, #0C4DDF);