#0fd0da
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 208, 218
HSL
183°, 87%, 46%
CMYK
93, 5, 0, 15
Luminance
0.5028
Every format
| HEX | #0fd0da |
| RGB | rgb(15, 208, 218) |
| HSL | hsl(183, 87%, 46%) |
| CMYK | cmyk(93%, 5%, 0%, 15%) |
| LAB | lab(76.2 -37.8 -16.9) |
| LCH | lch(76.2 41.4 204.1) |
| OKLCH | oklch(0.781 0.131 201.0) |
Copy-ready code
/* CSS */
color: #0fd0da;
background-color: #0fd0da;
/* Tailwind (arbitrary) */
class="text-[#0fd0da] bg-[#0fd0da]"
/* SCSS */
$brand: #0fd0da;
/* SwiftUI */
Color(red: 0.059, green: 0.816, blue: 0.855)
/* Android */
Color.parseColor("#0fd0da")Accessibility — WCAG contrast
Aa
#0fd0da on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd0da on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green81.6%
Blue85.5%
CMYK percentages
Cyan93.1%
Magenta4.6%
Yellow0.0%
Key (black)14.5%
Color previews
#0fd0da text on a black background
contrast 11.06:1
Card sample
#0fd0da text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd0da;
Background color
Panel with #0fd0da background
background-color: #0fd0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 208, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 208, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd0da; background: linear-gradient(135deg, #0fd0da, #0F49DA);