#0bc2af
a dark, electric cyan · cool · closest name: turquoise
RGB
11, 194, 175
HSL
174°, 89%, 40%
CMYK
94, 0, 10, 24
Luminance
0.4175
Every format
| HEX | #0bc2af |
| RGB | rgb(11, 194, 175) |
| HSL | hsl(174, 89%, 40%) |
| CMYK | cmyk(94%, 0%, 10%, 24%) |
| LAB | lab(70.7 -44.3 -1.9) |
| LCH | lch(70.7 44.4 182.4) |
| OKLCH | oklch(0.731 0.129 182.6) |
Copy-ready code
/* CSS */
color: #0bc2af;
background-color: #0bc2af;
/* Tailwind (arbitrary) */
class="text-[#0bc2af] bg-[#0bc2af]"
/* SCSS */
$brand: #0bc2af;
/* SwiftUI */
Color(red: 0.043, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#0bc2af")Accessibility — WCAG contrast
Aa
#0bc2af on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bc2af on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green76.1%
Blue68.6%
CMYK percentages
Cyan94.3%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#0bc2af text on a black background
contrast 9.35:1
Card sample
#0bc2af text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bc2af;
Background color
Panel with #0bc2af background
background-color: #0bc2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bc2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bc2af; background: linear-gradient(135deg, #0bc2af, #0B5BC2);