#0fdbc7
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 219, 199
HSL
174°, 87%, 46%
CMYK
93, 0, 9, 14
Luminance
0.5489
Every format
| HEX | #0fdbc7 |
| RGB | rgb(15, 219, 199) |
| HSL | hsl(174, 87%, 46%) |
| CMYK | cmyk(93%, 0%, 9%, 14%) |
| LAB | lab(79.0 -48.2 -2.7) |
| LCH | lch(79.0 48.2 183.2) |
| OKLCH | oklch(0.801 0.141 183.2) |
Copy-ready code
/* CSS */
color: #0fdbc7;
background-color: #0fdbc7;
/* Tailwind (arbitrary) */
class="text-[#0fdbc7] bg-[#0fdbc7]"
/* SCSS */
$brand: #0fdbc7;
/* SwiftUI */
Color(red: 0.059, green: 0.859, blue: 0.780)
/* Android */
Color.parseColor("#0fdbc7")Accessibility — WCAG contrast
Aa
#0fdbc7 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdbc7 on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green85.9%
Blue78.0%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow9.1%
Key (black)14.1%
Color previews
#0fdbc7 text on a black background
contrast 11.98:1
Card sample
#0fdbc7 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdbc7;
Background color
Panel with #0fdbc7 background
background-color: #0fdbc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdbc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 219, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 219, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdbc7; background: linear-gradient(135deg, #0fdbc7, #0F67DB);