#0bdfbf
a balanced, electric cyan · cool · closest name: turquoise
RGB
11, 223, 191
HSL
171°, 91%, 46%
CMYK
95, 0, 14, 13
Luminance
0.5661
Every format
| HEX | #0bdfbf |
| RGB | rgb(11, 223, 191) |
| HSL | hsl(171, 91%, 46%) |
| CMYK | cmyk(95%, 0%, 14%, 13%) |
| LAB | lab(80.0 -52.1 3.0) |
| LCH | lch(80.0 52.2 176.7) |
| OKLCH | oklch(0.808 0.149 177.2) |
Copy-ready code
/* CSS */
color: #0bdfbf;
background-color: #0bdfbf;
/* Tailwind (arbitrary) */
class="text-[#0bdfbf] bg-[#0bdfbf]"
/* SCSS */
$brand: #0bdfbf;
/* SwiftUI */
Color(red: 0.043, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#0bdfbf")Accessibility — WCAG contrast
Aa
#0bdfbf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bdfbf on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green87.5%
Blue74.9%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#0bdfbf text on a black background
contrast 12.32:1
Card sample
#0bdfbf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bdfbf;
Background color
Panel with #0bdfbf background
background-color: #0bdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bdfbf; background: linear-gradient(135deg, #0bdfbf, #0B72DF);