#0bcbd2
a dark, electric cyan · cool · closest name: turquoise
RGB
11, 203, 210
HSL
182°, 90%, 43%
CMYK
95, 3, 0, 18
Luminance
0.4744
Every format
| HEX | #0bcbd2 |
| RGB | rgb(11, 203, 210) |
| HSL | hsl(182, 90%, 43%) |
| CMYK | cmyk(95%, 3%, 0%, 18%) |
| LAB | lab(74.5 -38.1 -15.3) |
| LCH | lch(74.5 41.0 201.9) |
| OKLCH | oklch(0.765 0.129 199.3) |
Copy-ready code
/* CSS */
color: #0bcbd2;
background-color: #0bcbd2;
/* Tailwind (arbitrary) */
class="text-[#0bcbd2] bg-[#0bcbd2]"
/* SCSS */
$brand: #0bcbd2;
/* SwiftUI */
Color(red: 0.043, green: 0.796, blue: 0.824)
/* Android */
Color.parseColor("#0bcbd2")Accessibility — WCAG contrast
Aa
#0bcbd2 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bcbd2 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green79.6%
Blue82.4%
CMYK percentages
Cyan94.8%
Magenta3.3%
Yellow0.0%
Key (black)17.6%
Color previews
#0bcbd2 text on a black background
contrast 10.49:1
Card sample
#0bcbd2 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bcbd2;
Background color
Panel with #0bcbd2 background
background-color: #0bcbd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bcbd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 203, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 203, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bcbd2; background: linear-gradient(135deg, #0bcbd2, #0B46D2);