#0fcfac
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 207, 172
HSL
169°, 87%, 44%
CMYK
93, 0, 17, 19
Luminance
0.4771
Every format
| HEX | #0fcfac |
| RGB | rgb(15, 207, 172) |
| HSL | hsl(169, 87%, 44%) |
| CMYK | cmyk(93%, 0%, 17%, 19%) |
| LAB | lab(74.6 -50.4 5.5) |
| LCH | lch(74.6 50.7 173.8) |
| OKLCH | oklch(0.763 0.143 174.5) |
Copy-ready code
/* CSS */
color: #0fcfac;
background-color: #0fcfac;
/* Tailwind (arbitrary) */
class="text-[#0fcfac] bg-[#0fcfac]"
/* SCSS */
$brand: #0fcfac;
/* SwiftUI */
Color(red: 0.059, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#0fcfac")Accessibility — WCAG contrast
Aa
#0fcfac on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcfac on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green81.2%
Blue67.5%
CMYK percentages
Cyan92.8%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#0fcfac text on a black background
contrast 10.54:1
Card sample
#0fcfac text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcfac;
Background color
Panel with #0fcfac background
background-color: #0fcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcfac; background: linear-gradient(135deg, #0fcfac, #0F72CF);