#0fc2cc
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 194, 204
HSL
183°, 86%, 43%
CMYK
93, 5, 0, 20
Luminance
0.4304
Every format
| HEX | #0fc2cc |
| RGB | rgb(15, 194, 204) |
| HSL | hsl(183, 86%, 43%) |
| CMYK | cmyk(93%, 5%, 0%, 20%) |
| LAB | lab(71.6 -35.6 -16.4) |
| LCH | lch(71.6 39.2 204.7) |
| OKLCH | oklch(0.741 0.124 201.5) |
Copy-ready code
/* CSS */
color: #0fc2cc;
background-color: #0fc2cc;
/* Tailwind (arbitrary) */
class="text-[#0fc2cc] bg-[#0fc2cc]"
/* SCSS */
$brand: #0fc2cc;
/* SwiftUI */
Color(red: 0.059, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#0fc2cc")Accessibility — WCAG contrast
Aa
#0fc2cc on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fc2cc on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green76.1%
Blue80.0%
CMYK percentages
Cyan92.6%
Magenta4.9%
Yellow0.0%
Key (black)20.0%
Color previews
#0fc2cc text on a black background
contrast 9.61:1
Card sample
#0fc2cc text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fc2cc;
Background color
Panel with #0fc2cc background
background-color: #0fc2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fc2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fc2cc; background: linear-gradient(135deg, #0fc2cc, #0F44CC);