#0fcfd6
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 207, 214
HSL
182°, 87%, 45%
CMYK
93, 3, 0, 16
Luminance
0.4958
Every format
| HEX | #0fcfd6 |
| RGB | rgb(15, 207, 214) |
| HSL | hsl(182, 87%, 45%) |
| CMYK | cmyk(93%, 3%, 0%, 16%) |
| LAB | lab(75.8 -38.6 -15.4) |
| LCH | lch(75.8 41.5 201.8) |
| OKLCH | oklch(0.777 0.131 199.2) |
Copy-ready code
/* CSS */
color: #0fcfd6;
background-color: #0fcfd6;
/* Tailwind (arbitrary) */
class="text-[#0fcfd6] bg-[#0fcfd6]"
/* SCSS */
$brand: #0fcfd6;
/* SwiftUI */
Color(red: 0.059, green: 0.812, blue: 0.839)
/* Android */
Color.parseColor("#0fcfd6")Accessibility — WCAG contrast
Aa
#0fcfd6 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcfd6 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green81.2%
Blue83.9%
CMYK percentages
Cyan93.0%
Magenta3.3%
Yellow0.0%
Key (black)16.1%
Color previews
#0fcfd6 text on a black background
contrast 10.92:1
Card sample
#0fcfd6 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcfd6;
Background color
Panel with #0fcfd6 background
background-color: #0fcfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 207, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 207, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcfd6; background: linear-gradient(135deg, #0fcfd6, #0F4AD6);