#0bcfba
a dark, electric cyan · cool · closest name: turquoise
RGB
11, 207, 186
HSL
174°, 90%, 43%
CMYK
95, 0, 10, 19
Luminance
0.4824
Every format
| HEX | #0bcfba |
| RGB | rgb(11, 207, 186) |
| HSL | hsl(174, 90%, 43%) |
| CMYK | cmyk(95%, 0%, 10%, 19%) |
| LAB | lab(75.0 -46.8 -1.6) |
| LCH | lch(75.0 46.9 181.9) |
| OKLCH | oklch(0.767 0.136 182.1) |
Copy-ready code
/* CSS */
color: #0bcfba;
background-color: #0bcfba;
/* Tailwind (arbitrary) */
class="text-[#0bcfba] bg-[#0bcfba]"
/* SCSS */
$brand: #0bcfba;
/* SwiftUI */
Color(red: 0.043, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#0bcfba")Accessibility — WCAG contrast
Aa
#0bcfba on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bcfba on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green81.2%
Blue72.9%
CMYK percentages
Cyan94.7%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#0bcfba text on a black background
contrast 10.65:1
Card sample
#0bcfba text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bcfba;
Background color
Panel with #0bcfba background
background-color: #0bcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bcfba; background: linear-gradient(135deg, #0bcfba, #0B61CF);