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