#0fcdda
a balanced, electric cyan · cool · closest name: turquoise
RGB
15, 205, 218
HSL
184°, 87%, 46%
CMYK
93, 6, 0, 15
Luminance
0.4883
Every format
| HEX | #0fcdda |
| RGB | rgb(15, 205, 218) |
| HSL | hsl(184, 87%, 46%) |
| CMYK | cmyk(93%, 6%, 0%, 15%) |
| LAB | lab(75.3 -36.4 -18.3) |
| LCH | lch(75.3 40.8 206.7) |
| OKLCH | oklch(0.773 0.130 203.0) |
Copy-ready code
/* CSS */
color: #0fcdda;
background-color: #0fcdda;
/* Tailwind (arbitrary) */
class="text-[#0fcdda] bg-[#0fcdda]"
/* SCSS */
$brand: #0fcdda;
/* SwiftUI */
Color(red: 0.059, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#0fcdda")Accessibility — WCAG contrast
Aa
#0fcdda on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcdda on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green80.4%
Blue85.5%
CMYK percentages
Cyan93.1%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#0fcdda text on a black background
contrast 10.77:1
Card sample
#0fcdda text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcdda;
Background color
Panel with #0fcdda background
background-color: #0fcdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcdda; background: linear-gradient(135deg, #0fcdda, #0F46DA);