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