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