#0fd8da
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 216, 218
HSL
181°, 87%, 46%
CMYK
93, 1, 0, 15
Luminance
0.5428
Every format
| HEX | #0fd8da |
| RGB | rgb(15, 216, 218) |
| HSL | hsl(181, 87%, 46%) |
| CMYK | cmyk(93%, 1%, 0%, 15%) |
| LAB | lab(78.6 -41.4 -13.3) |
| LCH | lch(78.6 43.5 197.9) |
| OKLCH | oklch(0.800 0.135 196.0) |
Copy-ready code
/* CSS */
color: #0fd8da;
background-color: #0fd8da;
/* Tailwind (arbitrary) */
class="text-[#0fd8da] bg-[#0fd8da]"
/* SCSS */
$brand: #0fd8da;
/* SwiftUI */
Color(red: 0.059, green: 0.847, blue: 0.855)
/* Android */
Color.parseColor("#0fd8da")Accessibility — WCAG contrast
Aa
#0fd8da on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd8da on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green84.7%
Blue85.5%
CMYK percentages
Cyan93.1%
Magenta0.9%
Yellow0.0%
Key (black)14.5%
Color previews
#0fd8da text on a black background
contrast 11.86:1
Card sample
#0fd8da text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd8da;
Background color
Panel with #0fd8da background
background-color: #0fd8da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd8da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 216, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 216, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd8da; background: linear-gradient(135deg, #0fd8da, #0F51DA);