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