#0b7cdf
a balanced, electric blue · cool · closest name: dodgerblue
RGB
11, 124, 223
HSL
208°, 91%, 46%
CMYK
95, 44, 0, 13
Luminance
0.1981
Every format
| HEX | #0b7cdf |
| RGB | rgb(11, 124, 223) |
| HSL | hsl(208, 91%, 46%) |
| CMYK | cmyk(95%, 44%, 0%, 13%) |
| LAB | lab(51.6 9.2 -58.1) |
| LCH | lch(51.6 58.8 279.0) |
| OKLCH | oklch(0.585 0.175 252.7) |
Copy-ready code
/* CSS */
color: #0b7cdf;
background-color: #0b7cdf;
/* Tailwind (arbitrary) */
class="text-[#0b7cdf] bg-[#0b7cdf]"
/* SCSS */
$brand: #0b7cdf;
/* SwiftUI */
Color(red: 0.043, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#0b7cdf")Accessibility — WCAG contrast
Aa
#0b7cdf on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0b7cdf on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green48.6%
Blue87.5%
CMYK percentages
Cyan95.1%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#0b7cdf text on a black background
contrast 4.96:1
Card sample
#0b7cdf text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b7cdf;
Background color
Panel with #0b7cdf background
background-color: #0b7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b7cdf; background: linear-gradient(135deg, #0b7cdf, #270BDF);