#0bdfab
a balanced, electric cyan · cool · closest name: aquamarine
RGB
11, 223, 171
HSL
165°, 91%, 46%
CMYK
95, 0, 23, 13
Luminance
0.5579
Every format
| HEX | #0bdfab |
| RGB | rgb(11, 223, 171) |
| HSL | hsl(165, 91%, 46%) |
| CMYK | cmyk(95%, 0%, 23%, 13%) |
| LAB | lab(79.5 -57.1 12.9) |
| LCH | lch(79.5 58.5 167.2) |
| OKLCH | oklch(0.803 0.161 168.2) |
Copy-ready code
/* CSS */
color: #0bdfab;
background-color: #0bdfab;
/* Tailwind (arbitrary) */
class="text-[#0bdfab] bg-[#0bdfab]"
/* SCSS */
$brand: #0bdfab;
/* SwiftUI */
Color(red: 0.043, green: 0.875, blue: 0.671)
/* Android */
Color.parseColor("#0bdfab")Accessibility — WCAG contrast
Aa
#0bdfab on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bdfab on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green87.5%
Blue67.1%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow23.3%
Key (black)12.5%
Color previews
#0bdfab text on a black background
contrast 12.16:1
Card sample
#0bdfab text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bdfab;
Background color
Panel with #0bdfab background
background-color: #0bdfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bdfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 223, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 223, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bdfab; background: linear-gradient(135deg, #0bdfab, #0B86DF);