#0acdbf
a dark, electric cyan · cool · closest name: turquoise
RGB
10, 205, 191
HSL
176°, 91%, 42%
CMYK
95, 0, 7, 20
Luminance
0.4749
Every format
| HEX | #0acdbf |
| RGB | rgb(10, 205, 191) |
| HSL | hsl(176, 91%, 42%) |
| CMYK | cmyk(95%, 0%, 7%, 20%) |
| LAB | lab(74.5 -44.6 -5.0) |
| LCH | lch(74.5 44.9 186.3) |
| OKLCH | oklch(0.764 0.133 186.1) |
Copy-ready code
/* CSS */
color: #0acdbf;
background-color: #0acdbf;
/* Tailwind (arbitrary) */
class="text-[#0acdbf] bg-[#0acdbf]"
/* SCSS */
$brand: #0acdbf;
/* SwiftUI */
Color(red: 0.039, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#0acdbf")Accessibility — WCAG contrast
Aa
#0acdbf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0acdbf on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green80.4%
Blue74.9%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#0acdbf text on a black background
contrast 10.50:1
Card sample
#0acdbf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0acdbf;
Background color
Panel with #0acdbf background
background-color: #0acdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0acdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0acdbf; background: linear-gradient(135deg, #0acdbf, #0A59CD);