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