#0bacef
a balanced, electric cyan · cool · closest name: steelblue
RGB
11, 172, 239
HSL
198°, 91%, 49%
CMYK
95, 28, 0, 6
Luminance
0.3581
Every format
| HEX | #0bacef |
| RGB | rgb(11, 172, 239) |
| HSL | hsl(198, 91%, 49%) |
| CMYK | cmyk(95%, 28%, 0%, 6%) |
| LAB | lab(66.4 -12.9 -43.5) |
| LCH | lch(66.4 45.4 253.5) |
| OKLCH | oklch(0.704 0.149 235.8) |
Copy-ready code
/* CSS */
color: #0bacef;
background-color: #0bacef;
/* Tailwind (arbitrary) */
class="text-[#0bacef] bg-[#0bacef]"
/* SCSS */
$brand: #0bacef;
/* SwiftUI */
Color(red: 0.043, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#0bacef")Accessibility — WCAG contrast
Aa
#0bacef on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bacef on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green67.5%
Blue93.7%
CMYK percentages
Cyan95.4%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#0bacef text on a black background
contrast 8.16:1
Card sample
#0bacef text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bacef;
Background color
Panel with #0bacef background
background-color: #0bacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bacef; background: linear-gradient(135deg, #0bacef, #0B14EF);