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