#0fccac
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 204, 172
HSL
170°, 86%, 43%
CMYK
93, 0, 16, 20
Luminance
0.4627
Every format
| HEX | #0fccac |
| RGB | rgb(15, 204, 172) |
| HSL | hsl(170, 86%, 43%) |
| CMYK | cmyk(93%, 0%, 16%, 20%) |
| LAB | lab(73.7 -49.2 4.2) |
| LCH | lch(73.7 49.4 175.2) |
| OKLCH | oklch(0.756 0.140 175.8) |
Copy-ready code
/* CSS */
color: #0fccac;
background-color: #0fccac;
/* Tailwind (arbitrary) */
class="text-[#0fccac] bg-[#0fccac]"
/* SCSS */
$brand: #0fccac;
/* SwiftUI */
Color(red: 0.059, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#0fccac")Accessibility — WCAG contrast
Aa
#0fccac on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fccac on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green80.0%
Blue67.5%
CMYK percentages
Cyan92.6%
Magenta0.0%
Yellow15.7%
Key (black)20.0%
Color previews
#0fccac text on a black background
contrast 10.25:1
Card sample
#0fccac text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fccac;
Background color
Panel with #0fccac background
background-color: #0fccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fccac; background: linear-gradient(135deg, #0fccac, #0F6ECC);