#123761
a deep, vivid blue · cool · closest name: darkslategray
RGB
18, 55, 97
HSL
212°, 69%, 23%
CMYK
81, 43, 0, 62
Luminance
0.0372
Every format
| HEX | #123761 |
| RGB | rgb(18, 55, 97) |
| HSL | hsl(212, 69%, 23%) |
| CMYK | cmyk(81%, 43%, 0%, 62%) |
| LAB | lab(22.7 3.6 -28.6) |
| LCH | lch(22.7 28.9 277.1) |
| OKLCH | oklch(0.335 0.085 254.0) |
Copy-ready code
/* CSS */
color: #123761;
background-color: #123761;
/* Tailwind (arbitrary) */
class="text-[#123761] bg-[#123761]"
/* SCSS */
$brand: #123761;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.380)
/* Android */
Color.parseColor("#123761")Accessibility — WCAG contrast
Aa
#123761 on white: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123761 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue38.0%
CMYK percentages
Cyan81.4%
Magenta43.3%
Yellow0.0%
Key (black)62.0%
Color previews
#123761 text on a black background
contrast 1.74:1
Card sample
#123761 text on a white background
contrast 12.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123761;
Background color
Panel with #123761 background
background-color: #123761;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123761;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123761; background: linear-gradient(135deg, #123761, #221261);