#0bdbc9
a balanced, electric cyan · cool · closest name: turquoise
RGB
11, 219, 201
HSL
175°, 90%, 45%
CMYK
95, 0, 8, 14
Luminance
0.5495
Every format
| HEX | #0bdbc9 |
| RGB | rgb(11, 219, 201) |
| HSL | hsl(175, 90%, 45%) |
| CMYK | cmyk(95%, 0%, 8%, 14%) |
| LAB | lab(79.0 -47.7 -3.7) |
| LCH | lch(79.0 47.9 184.4) |
| OKLCH | oklch(0.802 0.141 184.4) |
Copy-ready code
/* CSS */
color: #0bdbc9;
background-color: #0bdbc9;
/* Tailwind (arbitrary) */
class="text-[#0bdbc9] bg-[#0bdbc9]"
/* SCSS */
$brand: #0bdbc9;
/* SwiftUI */
Color(red: 0.043, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#0bdbc9")Accessibility — WCAG contrast
Aa
#0bdbc9 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bdbc9 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green85.9%
Blue78.8%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#0bdbc9 text on a black background
contrast 11.99:1
Card sample
#0bdbc9 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bdbc9;
Background color
Panel with #0bdbc9 background
background-color: #0bdbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bdbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bdbc9; background: linear-gradient(135deg, #0bdbc9, #0B62DB);