#0bceb4
a dark, electric cyan · cool · closest name: turquoise
RGB
11, 206, 180
HSL
172°, 90%, 43%
CMYK
95, 0, 13, 19
Luminance
0.4751
Every format
| HEX | #0bceb4 |
| RGB | rgb(11, 206, 180) |
| HSL | hsl(172, 90%, 43%) |
| CMYK | cmyk(95%, 0%, 13%, 19%) |
| LAB | lab(74.5 -48.0 1.0) |
| LCH | lch(74.5 48.0 178.8) |
| OKLCH | oklch(0.763 0.138 179.2) |
Copy-ready code
/* CSS */
color: #0bceb4;
background-color: #0bceb4;
/* Tailwind (arbitrary) */
class="text-[#0bceb4] bg-[#0bceb4]"
/* SCSS */
$brand: #0bceb4;
/* SwiftUI */
Color(red: 0.043, green: 0.808, blue: 0.706)
/* Android */
Color.parseColor("#0bceb4")Accessibility — WCAG contrast
Aa
#0bceb4 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bceb4 on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green80.8%
Blue70.6%
CMYK percentages
Cyan94.7%
Magenta0.0%
Yellow12.6%
Key (black)19.2%
Color previews
#0bceb4 text on a black background
contrast 10.50:1
Card sample
#0bceb4 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bceb4;
Background color
Panel with #0bceb4 background
background-color: #0bceb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bceb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 206, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 206, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bceb4; background: linear-gradient(135deg, #0bceb4, #0B66CE);