#123765
a deep, vivid blue · cool · closest name: steelblue
RGB
18, 55, 101
HSL
213°, 70%, 23%
CMYK
82, 46, 0, 60
Luminance
0.0380
Every format
| HEX | #123765 |
| RGB | rgb(18, 55, 101) |
| HSL | hsl(213, 70%, 23%) |
| CMYK | cmyk(82%, 46%, 0%, 60%) |
| LAB | lab(23.0 5.3 -30.8) |
| LCH | lch(23.0 31.3 279.7) |
| OKLCH | oklch(0.338 0.091 255.7) |
Copy-ready code
/* CSS */
color: #123765;
background-color: #123765;
/* Tailwind (arbitrary) */
class="text-[#123765] bg-[#123765]"
/* SCSS */
$brand: #123765;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.396)
/* Android */
Color.parseColor("#123765")Accessibility — WCAG contrast
Aa
#123765 on white: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123765 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue39.6%
CMYK percentages
Cyan82.2%
Magenta45.5%
Yellow0.0%
Key (black)60.4%
Color previews
#123765 text on a black background
contrast 1.76:1
Card sample
#123765 text on a white background
contrast 11.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123765;
Background color
Panel with #123765 background
background-color: #123765;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123765;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123765; background: linear-gradient(135deg, #123765, #241265);