#0bafee
a balanced, electric cyan · cool · closest name: steelblue
RGB
11, 175, 238
HSL
197°, 91%, 49%
CMYK
95, 27, 0, 7
Luminance
0.3690
Every format
| HEX | #0bafee |
| RGB | rgb(11, 175, 238) |
| HSL | hsl(197, 91%, 49%) |
| CMYK | cmyk(95%, 27%, 0%, 7%) |
| LAB | lab(67.2 -14.8 -41.7) |
| LCH | lch(67.2 44.3 250.4) |
| OKLCH | oklch(0.710 0.146 233.7) |
Copy-ready code
/* CSS */
color: #0bafee;
background-color: #0bafee;
/* Tailwind (arbitrary) */
class="text-[#0bafee] bg-[#0bafee]"
/* SCSS */
$brand: #0bafee;
/* SwiftUI */
Color(red: 0.043, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#0bafee")Accessibility — WCAG contrast
Aa
#0bafee on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bafee on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green68.6%
Blue93.3%
CMYK percentages
Cyan95.4%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#0bafee text on a black background
contrast 8.38:1
Card sample
#0bafee text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bafee;
Background color
Panel with #0bafee background
background-color: #0bafee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bafee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bafee; background: linear-gradient(135deg, #0bafee, #0B17EE);