#0bcbaf
a dark, electric cyan · cool · closest name: turquoise
RGB
11, 203, 175
HSL
171°, 90%, 42%
CMYK
95, 0, 14, 20
Luminance
0.4588
Every format
| HEX | #0bcbaf |
| RGB | rgb(11, 203, 175) |
| HSL | hsl(171, 90%, 42%) |
| CMYK | cmyk(95%, 0%, 14%, 20%) |
| LAB | lab(73.5 -48.1 2.2) |
| LCH | lch(73.5 48.2 177.4) |
| OKLCH | oklch(0.754 0.138 177.9) |
Copy-ready code
/* CSS */
color: #0bcbaf;
background-color: #0bcbaf;
/* Tailwind (arbitrary) */
class="text-[#0bcbaf] bg-[#0bcbaf]"
/* SCSS */
$brand: #0bcbaf;
/* SwiftUI */
Color(red: 0.043, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#0bcbaf")Accessibility — WCAG contrast
Aa
#0bcbaf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bcbaf on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green79.6%
Blue68.6%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#0bcbaf text on a black background
contrast 10.18:1
Card sample
#0bcbaf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bcbaf;
Background color
Panel with #0bcbaf background
background-color: #0bcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bcbaf; background: linear-gradient(135deg, #0bcbaf, #0B67CB);