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