#0b8eee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
11, 142, 238
HSL
205°, 91%, 49%
CMYK
95, 40, 0, 7
Luminance
0.2559
Every format
| HEX | #0b8eee |
| RGB | rgb(11, 142, 238) |
| HSL | hsl(205, 91%, 49%) |
| CMYK | cmyk(95%, 40%, 0%, 7%) |
| LAB | lab(57.6 4.0 -56.8) |
| LCH | lch(57.6 57.0 274.0) |
| OKLCH | oklch(0.635 0.174 249.4) |
Copy-ready code
/* CSS */
color: #0b8eee;
background-color: #0b8eee;
/* Tailwind (arbitrary) */
class="text-[#0b8eee] bg-[#0b8eee]"
/* SCSS */
$brand: #0b8eee;
/* SwiftUI */
Color(red: 0.043, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#0b8eee")Accessibility — WCAG contrast
Aa
#0b8eee on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0b8eee on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green55.7%
Blue93.3%
CMYK percentages
Cyan95.4%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#0b8eee text on a black background
contrast 6.12:1
Card sample
#0b8eee text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b8eee;
Background color
Panel with #0b8eee background
background-color: #0b8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b8eee; background: linear-gradient(135deg, #0b8eee, #1F0BEE);