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