#0fc596
a dark, electric cyan · cool · closest name: turquoise
RGB
15, 197, 150
HSL
165°, 86%, 42%
CMYK
92, 0, 24, 23
Luminance
0.4224
Every format
| HEX | #0fc596 |
| RGB | rgb(15, 197, 150) |
| HSL | hsl(165, 86%, 42%) |
| CMYK | cmyk(92%, 0%, 24%, 23%) |
| LAB | lab(71.0 -52.0 12.2) |
| LCH | lch(71.0 53.4 166.8) |
| OKLCH | oklch(0.732 0.147 167.7) |
Copy-ready code
/* CSS */
color: #0fc596;
background-color: #0fc596;
/* Tailwind (arbitrary) */
class="text-[#0fc596] bg-[#0fc596]"
/* SCSS */
$brand: #0fc596;
/* SwiftUI */
Color(red: 0.059, green: 0.773, blue: 0.588)
/* Android */
Color.parseColor("#0fc596")Accessibility — WCAG contrast
Aa
#0fc596 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fc596 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green77.3%
Blue58.8%
CMYK percentages
Cyan92.4%
Magenta0.0%
Yellow23.9%
Key (black)22.7%
Color previews
#0fc596 text on a black background
contrast 9.45:1
Card sample
#0fc596 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fc596;
Background color
Panel with #0fc596 background
background-color: #0fc596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fc596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 197, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 197, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fc596; background: linear-gradient(135deg, #0fc596, #0F7BC5);