#0bdcdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
11, 220, 223
HSL
181°, 91%, 46%
CMYK
95, 1, 0, 13
Luminance
0.5659
Every format
| HEX | #0bdcdf |
| RGB | rgb(11, 220, 223) |
| HSL | hsl(181, 91%, 46%) |
| CMYK | cmyk(95%, 1%, 0%, 13%) |
| LAB | lab(79.9 -41.9 -14.0) |
| LCH | lch(79.9 44.1 198.5) |
| OKLCH | oklch(0.811 0.137 196.6) |
Copy-ready code
/* CSS */
color: #0bdcdf;
background-color: #0bdcdf;
/* Tailwind (arbitrary) */
class="text-[#0bdcdf] bg-[#0bdcdf]"
/* SCSS */
$brand: #0bdcdf;
/* SwiftUI */
Color(red: 0.043, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#0bdcdf")Accessibility — WCAG contrast
Aa
#0bdcdf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bdcdf on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green86.3%
Blue87.5%
CMYK percentages
Cyan95.1%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#0bdcdf text on a black background
contrast 12.32:1
Card sample
#0bdcdf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bdcdf;
Background color
Panel with #0bdcdf background
background-color: #0bdcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bdcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bdcdf; background: linear-gradient(135deg, #0bdcdf, #0B4FDF);