#0bcbdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
11, 203, 223
HSL
186°, 91%, 46%
CMYK
95, 9, 0, 13
Luminance
0.4811
Every format
| HEX | #0bcbdf |
| RGB | rgb(11, 203, 223) |
| HSL | hsl(186, 91%, 46%) |
| CMYK | cmyk(95%, 9%, 0%, 13%) |
| LAB | lab(74.9 -34.0 -21.7) |
| LCH | lch(74.9 40.4 212.5) |
| OKLCH | oklch(0.770 0.131 207.4) |
Copy-ready code
/* CSS */
color: #0bcbdf;
background-color: #0bcbdf;
/* Tailwind (arbitrary) */
class="text-[#0bcbdf] bg-[#0bcbdf]"
/* SCSS */
$brand: #0bcbdf;
/* SwiftUI */
Color(red: 0.043, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#0bcbdf")Accessibility — WCAG contrast
Aa
#0bcbdf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bcbdf on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green79.6%
Blue87.5%
CMYK percentages
Cyan95.1%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#0bcbdf text on a black background
contrast 10.62:1
Card sample
#0bcbdf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bcbdf;
Background color
Panel with #0bcbdf background
background-color: #0bcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bcbdf; background: linear-gradient(135deg, #0bcbdf, #0B3EDF);