#0cd7df
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 215, 223
HSL
182°, 90%, 46%
CMYK
95, 4, 0, 13
Luminance
0.5401
Every format
| HEX | #0cd7df |
| RGB | rgb(12, 215, 223) |
| HSL | hsl(182, 90%, 46%) |
| CMYK | cmyk(95%, 4%, 0%, 13%) |
| LAB | lab(78.5 -39.6 -16.3) |
| LCH | lch(78.5 42.8 202.3) |
| OKLCH | oklch(0.799 0.135 199.6) |
Copy-ready code
/* CSS */
color: #0cd7df;
background-color: #0cd7df;
/* Tailwind (arbitrary) */
class="text-[#0cd7df] bg-[#0cd7df]"
/* SCSS */
$brand: #0cd7df;
/* SwiftUI */
Color(red: 0.047, green: 0.843, blue: 0.875)
/* Android */
Color.parseColor("#0cd7df")Accessibility — WCAG contrast
Aa
#0cd7df on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd7df on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green84.3%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta3.6%
Yellow0.0%
Key (black)12.5%
Color previews
#0cd7df text on a black background
contrast 11.80:1
Card sample
#0cd7df text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd7df;
Background color
Panel with #0cd7df background
background-color: #0cd7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 215, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 215, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd7df; background: linear-gradient(135deg, #0cd7df, #0C4ADF);