#0fccc6
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 204, 198
HSL
178°, 86%, 43%
CMYK
93, 0, 3, 20
Luminance
0.4736
Every format
| HEX | #0fccc6 |
| RGB | rgb(15, 204, 198) |
| HSL | hsl(178, 86%, 43%) |
| CMYK | cmyk(93%, 0%, 3%, 20%) |
| LAB | lab(74.4 -42.0 -8.9) |
| LCH | lch(74.4 42.9 191.9) |
| OKLCH | oklch(0.764 0.130 191.0) |
Copy-ready code
/* CSS */
color: #0fccc6;
background-color: #0fccc6;
/* Tailwind (arbitrary) */
class="text-[#0fccc6] bg-[#0fccc6]"
/* SCSS */
$brand: #0fccc6;
/* SwiftUI */
Color(red: 0.059, green: 0.800, blue: 0.776)
/* Android */
Color.parseColor("#0fccc6")Accessibility — WCAG contrast
Aa
#0fccc6 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fccc6 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green80.0%
Blue77.6%
CMYK percentages
Cyan92.6%
Magenta0.0%
Yellow2.9%
Key (black)20.0%
Color previews
#0fccc6 text on a black background
contrast 10.47:1
Card sample
#0fccc6 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fccc6;
Background color
Panel with #0fccc6 background
background-color: #0fccc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fccc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 204, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 204, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fccc6; background: linear-gradient(135deg, #0fccc6, #0F54CC);