#0badeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
11, 173, 235
HSL
197°, 91%, 48%
CMYK
95, 26, 0, 8
Luminance
0.3596
Every format
| HEX | #0badeb |
| RGB | rgb(11, 173, 235) |
| HSL | hsl(197, 91%, 48%) |
| CMYK | cmyk(95%, 26%, 0%, 8%) |
| LAB | lab(66.5 -14.8 -41.2) |
| LCH | lch(66.5 43.8 250.2) |
| OKLCH | oklch(0.704 0.145 233.5) |
Copy-ready code
/* CSS */
color: #0badeb;
background-color: #0badeb;
/* Tailwind (arbitrary) */
class="text-[#0badeb] bg-[#0badeb]"
/* SCSS */
$brand: #0badeb;
/* SwiftUI */
Color(red: 0.043, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#0badeb")Accessibility — WCAG contrast
Aa
#0badeb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0badeb on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green67.8%
Blue92.2%
CMYK percentages
Cyan95.3%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#0badeb text on a black background
contrast 8.19:1
Card sample
#0badeb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0badeb;
Background color
Panel with #0badeb background
background-color: #0badeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0badeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0badeb; background: linear-gradient(135deg, #0badeb, #0B18EB);