#123647
a deep, vivid cyan · cool · closest name: darkslategray
RGB
18, 54, 71
HSL
199°, 60%, 18%
CMYK
75, 24, 0, 72
Luminance
0.0322
Every format
| HEX | #123647 |
| RGB | rgb(18, 54, 71) |
| HSL | hsl(199, 60%, 18%) |
| CMYK | cmyk(75%, 24%, 0%, 72%) |
| LAB | lab(20.9 -6.4 -14.3) |
| LCH | lch(20.9 15.7 245.8) |
| OKLCH | oklch(0.315 0.051 232.1) |
Copy-ready code
/* CSS */
color: #123647;
background-color: #123647;
/* Tailwind (arbitrary) */
class="text-[#123647] bg-[#123647]"
/* SCSS */
$brand: #123647;
/* SwiftUI */
Color(red: 0.071, green: 0.212, blue: 0.278)
/* Android */
Color.parseColor("#123647")Accessibility — WCAG contrast
Aa
#123647 on white: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123647 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.2%
Blue27.8%
CMYK percentages
Cyan74.6%
Magenta23.9%
Yellow0.0%
Key (black)72.2%
Color previews
#123647 text on a black background
contrast 1.64:1
Card sample
#123647 text on a white background
contrast 12.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123647;
Background color
Panel with #123647 background
background-color: #123647;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123647;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 54, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 54, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123647; background: linear-gradient(135deg, #123647, #121347);