#0b91cd
a dark, electric cyan · cool · closest name: steelblue
RGB
11, 145, 205
HSL
199°, 90%, 42%
CMYK
95, 29, 0, 20
Luminance
0.2473
Every format
| HEX | #0b91cd |
| RGB | rgb(11, 145, 205) |
| HSL | hsl(199, 90%, 42%) |
| CMYK | cmyk(95%, 29%, 0%, 20%) |
| LAB | lab(56.8 -10.2 -39.7) |
| LCH | lch(56.8 41.0 255.6) |
| OKLCH | oklch(0.623 0.134 237.1) |
Copy-ready code
/* CSS */
color: #0b91cd;
background-color: #0b91cd;
/* Tailwind (arbitrary) */
class="text-[#0b91cd] bg-[#0b91cd]"
/* SCSS */
$brand: #0b91cd;
/* SwiftUI */
Color(red: 0.043, green: 0.569, blue: 0.804)
/* Android */
Color.parseColor("#0b91cd")Accessibility — WCAG contrast
Aa
#0b91cd on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0b91cd on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green56.9%
Blue80.4%
CMYK percentages
Cyan94.6%
Magenta29.3%
Yellow0.0%
Key (black)19.6%
Color previews
#0b91cd text on a black background
contrast 5.95:1
Card sample
#0b91cd text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b91cd;
Background color
Panel with #0b91cd background
background-color: #0b91cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b91cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 145, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 145, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b91cd; background: linear-gradient(135deg, #0b91cd, #0B10CD);