#0bceb2
a dark, electric cyan · cool · closest name: turquoise
RGB
11, 206, 178
HSL
171°, 90%, 43%
CMYK
95, 0, 14, 19
Luminance
0.4743
Every format
| HEX | #0bceb2 |
| RGB | rgb(11, 206, 178) |
| HSL | hsl(171, 90%, 43%) |
| CMYK | cmyk(95%, 0%, 14%, 19%) |
| LAB | lab(74.5 -48.6 2.0) |
| LCH | lch(74.5 48.6 177.6) |
| OKLCH | oklch(0.762 0.139 178.1) |
Copy-ready code
/* CSS */
color: #0bceb2;
background-color: #0bceb2;
/* Tailwind (arbitrary) */
class="text-[#0bceb2] bg-[#0bceb2]"
/* SCSS */
$brand: #0bceb2;
/* SwiftUI */
Color(red: 0.043, green: 0.808, blue: 0.698)
/* Android */
Color.parseColor("#0bceb2")Accessibility — WCAG contrast
Aa
#0bceb2 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bceb2 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green80.8%
Blue69.8%
CMYK percentages
Cyan94.7%
Magenta0.0%
Yellow13.6%
Key (black)19.2%
Color previews
#0bceb2 text on a black background
contrast 10.49:1
Card sample
#0bceb2 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bceb2;
Background color
Panel with #0bceb2 background
background-color: #0bceb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bceb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 206, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 206, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bceb2; background: linear-gradient(135deg, #0bceb2, #0B68CE);