#0fdbcf
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 219, 207
HSL
177°, 87%, 46%
CMYK
93, 0, 6, 14
Luminance
0.5527
Every format
| HEX | #0fdbcf |
| RGB | rgb(15, 219, 207) |
| HSL | hsl(177, 87%, 46%) |
| CMYK | cmyk(93%, 0%, 6%, 14%) |
| LAB | lab(79.2 -45.9 -6.6) |
| LCH | lch(79.2 46.4 188.2) |
| OKLCH | oklch(0.804 0.139 187.8) |
Copy-ready code
/* CSS */
color: #0fdbcf;
background-color: #0fdbcf;
/* Tailwind (arbitrary) */
class="text-[#0fdbcf] bg-[#0fdbcf]"
/* SCSS */
$brand: #0fdbcf;
/* SwiftUI */
Color(red: 0.059, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#0fdbcf")Accessibility — WCAG contrast
Aa
#0fdbcf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdbcf on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green85.9%
Blue81.2%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#0fdbcf text on a black background
contrast 12.05:1
Card sample
#0fdbcf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdbcf;
Background color
Panel with #0fdbcf background
background-color: #0fdbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdbcf; background: linear-gradient(135deg, #0fdbcf, #0F5FDB);