#0bdbb0
a balanced, electric cyan · cool · closest name: aquamarine
RGB
11, 219, 176
HSL
168°, 90%, 45%
CMYK
95, 0, 20, 14
Luminance
0.5387
Every format
| HEX | #0bdbb0 |
| RGB | rgb(11, 219, 176) |
| HSL | hsl(168, 90%, 45%) |
| CMYK | cmyk(95%, 0%, 20%, 14%) |
| LAB | lab(78.4 -54.3 8.7) |
| LCH | lch(78.4 55.0 170.9) |
| OKLCH | oklch(0.794 0.153 171.7) |
Copy-ready code
/* CSS */
color: #0bdbb0;
background-color: #0bdbb0;
/* Tailwind (arbitrary) */
class="text-[#0bdbb0] bg-[#0bdbb0]"
/* SCSS */
$brand: #0bdbb0;
/* SwiftUI */
Color(red: 0.043, green: 0.859, blue: 0.690)
/* Android */
Color.parseColor("#0bdbb0")Accessibility — WCAG contrast
Aa
#0bdbb0 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bdbb0 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green85.9%
Blue69.0%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow19.6%
Key (black)14.1%
Color previews
#0bdbb0 text on a black background
contrast 11.77:1
Card sample
#0bdbb0 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bdbb0;
Background color
Panel with #0bdbb0 background
background-color: #0bdbb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bdbb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 219, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 219, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bdbb0; background: linear-gradient(135deg, #0bdbb0, #0B7BDB);