#0bcfd4
a dark, electric cyan · cool · closest name: turquoise
RGB
11, 207, 212
HSL
182°, 90%, 44%
CMYK
95, 2, 0, 17
Luminance
0.4945
Every format
| HEX | #0bcfd4 |
| RGB | rgb(11, 207, 212) |
| HSL | hsl(182, 90%, 44%) |
| CMYK | cmyk(95%, 2%, 0%, 17%) |
| LAB | lab(75.7 -39.3 -14.5) |
| LCH | lch(75.7 41.9 200.2) |
| OKLCH | oklch(0.776 0.131 197.9) |
Copy-ready code
/* CSS */
color: #0bcfd4;
background-color: #0bcfd4;
/* Tailwind (arbitrary) */
class="text-[#0bcfd4] bg-[#0bcfd4]"
/* SCSS */
$brand: #0bcfd4;
/* SwiftUI */
Color(red: 0.043, green: 0.812, blue: 0.831)
/* Android */
Color.parseColor("#0bcfd4")Accessibility — WCAG contrast
Aa
#0bcfd4 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bcfd4 on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green81.2%
Blue83.1%
CMYK percentages
Cyan94.8%
Magenta2.4%
Yellow0.0%
Key (black)16.9%
Color previews
#0bcfd4 text on a black background
contrast 10.89:1
Card sample
#0bcfd4 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bcfd4;
Background color
Panel with #0bcfd4 background
background-color: #0bcfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bcfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 207, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 207, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bcfd4; background: linear-gradient(135deg, #0bcfd4, #0B49D4);