#0fdbdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 219, 223
HSL
181°, 87%, 47%
CMYK
93, 2, 0, 13
Luminance
0.5609
Every format
| HEX | #0fdbdf |
| RGB | rgb(15, 219, 223) |
| HSL | hsl(181, 87%, 47%) |
| CMYK | cmyk(93%, 2%, 0%, 13%) |
| LAB | lab(79.7 -41.3 -14.5) |
| LCH | lch(79.7 43.8 199.3) |
| OKLCH | oklch(0.809 0.136 197.2) |
Copy-ready code
/* CSS */
color: #0fdbdf;
background-color: #0fdbdf;
/* Tailwind (arbitrary) */
class="text-[#0fdbdf] bg-[#0fdbdf]"
/* SCSS */
$brand: #0fdbdf;
/* SwiftUI */
Color(red: 0.059, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#0fdbdf")Accessibility — WCAG contrast
Aa
#0fdbdf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdbdf on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green85.9%
Blue87.5%
CMYK percentages
Cyan93.3%
Magenta1.8%
Yellow0.0%
Key (black)12.5%
Color previews
#0fdbdf text on a black background
contrast 12.22:1
Card sample
#0fdbdf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdbdf;
Background color
Panel with #0fdbdf background
background-color: #0fdbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdbdf; background: linear-gradient(135deg, #0fdbdf, #0F50DF);