#0bcfdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
11, 207, 223
HSL
185°, 91%, 46%
CMYK
95, 7, 0, 13
Luminance
0.5002
Every format
| HEX | #0bcfdf |
| RGB | rgb(11, 207, 223) |
| HSL | hsl(185, 91%, 46%) |
| CMYK | cmyk(95%, 7%, 0%, 13%) |
| LAB | lab(76.1 -35.9 -19.9) |
| LCH | lch(76.1 41.0 208.9) |
| OKLCH | oklch(0.780 0.132 204.8) |
Copy-ready code
/* CSS */
color: #0bcfdf;
background-color: #0bcfdf;
/* Tailwind (arbitrary) */
class="text-[#0bcfdf] bg-[#0bcfdf]"
/* SCSS */
$brand: #0bcfdf;
/* SwiftUI */
Color(red: 0.043, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#0bcfdf")Accessibility — WCAG contrast
Aa
#0bcfdf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bcfdf on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green81.2%
Blue87.5%
CMYK percentages
Cyan95.1%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#0bcfdf text on a black background
contrast 11.00:1
Card sample
#0bcfdf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bcfdf;
Background color
Panel with #0bcfdf background
background-color: #0bcfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bcfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bcfdf; background: linear-gradient(135deg, #0bcfdf, #0B42DF);