#0fcdba
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 205, 186
HSL
174°, 86%, 43%
CMYK
93, 0, 9, 20
Luminance
0.4731
Every format
| HEX | #0fcdba |
| RGB | rgb(15, 205, 186) |
| HSL | hsl(174, 86%, 43%) |
| CMYK | cmyk(93%, 0%, 9%, 20%) |
| LAB | lab(74.4 -45.8 -2.4) |
| LCH | lch(74.4 45.9 183.0) |
| OKLCH | oklch(0.762 0.134 183.1) |
Copy-ready code
/* CSS */
color: #0fcdba;
background-color: #0fcdba;
/* Tailwind (arbitrary) */
class="text-[#0fcdba] bg-[#0fcdba]"
/* SCSS */
$brand: #0fcdba;
/* SwiftUI */
Color(red: 0.059, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#0fcdba")Accessibility — WCAG contrast
Aa
#0fcdba on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcdba on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green80.4%
Blue72.9%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#0fcdba text on a black background
contrast 10.46:1
Card sample
#0fcdba text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcdba;
Background color
Panel with #0fcdba background
background-color: #0fcdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcdba; background: linear-gradient(135deg, #0fcdba, #0F61CD);