#0fd5cd
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 213, 205
HSL
178°, 87%, 45%
CMYK
93, 0, 4, 17
Luminance
0.5210
Every format
| HEX | #0fd5cd |
| RGB | rgb(15, 213, 205) |
| HSL | hsl(178, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 4%, 17%) |
| LAB | lab(77.3 -43.9 -8.3) |
| LCH | lch(77.3 44.7 190.7) |
| OKLCH | oklch(0.788 0.135 189.9) |
Copy-ready code
/* CSS */
color: #0fd5cd;
background-color: #0fd5cd;
/* Tailwind (arbitrary) */
class="text-[#0fd5cd] bg-[#0fd5cd]"
/* SCSS */
$brand: #0fd5cd;
/* SwiftUI */
Color(red: 0.059, green: 0.835, blue: 0.804)
/* Android */
Color.parseColor("#0fd5cd")Accessibility — WCAG contrast
Aa
#0fd5cd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd5cd on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green83.5%
Blue80.4%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow3.8%
Key (black)16.5%
Color previews
#0fd5cd text on a black background
contrast 11.42:1
Card sample
#0fd5cd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd5cd;
Background color
Panel with #0fd5cd background
background-color: #0fd5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 213, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 213, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd5cd; background: linear-gradient(135deg, #0fd5cd, #0F59D5);