#123744
a deep, vivid cyan · cool · closest name: darkslategray
RGB
18, 55, 68
HSL
196°, 58%, 17%
CMYK
74, 19, 0, 73
Luminance
0.0328
Every format
| HEX | #123744 |
| RGB | rgb(18, 55, 68) |
| HSL | hsl(196, 58%, 17%) |
| CMYK | cmyk(74%, 19%, 0%, 73%) |
| LAB | lab(21.1 -8.2 -11.9) |
| LCH | lch(21.1 14.5 235.4) |
| OKLCH | oklch(0.317 0.047 224.6) |
Copy-ready code
/* CSS */
color: #123744;
background-color: #123744;
/* Tailwind (arbitrary) */
class="text-[#123744] bg-[#123744]"
/* SCSS */
$brand: #123744;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.267)
/* Android */
Color.parseColor("#123744")Accessibility — WCAG contrast
Aa
#123744 on white: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123744 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue26.7%
CMYK percentages
Cyan73.5%
Magenta19.1%
Yellow0.0%
Key (black)73.3%
Color previews
#123744 text on a black background
contrast 1.66:1
Card sample
#123744 text on a white background
contrast 12.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123744;
Background color
Panel with #123744 background
background-color: #123744;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123744;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123744; background: linear-gradient(135deg, #123744, #121644);