#123734
a deep, vivid cyan · cool · closest name: darkslategray
RGB
18, 55, 52
HSL
175°, 51%, 14%
CMYK
67, 0, 6, 78
Luminance
0.0311
Every format
| HEX | #123734 |
| RGB | rgb(18, 55, 52) |
| HSL | hsl(175, 51%, 14%) |
| CMYK | cmyk(67%, 0%, 6%, 78%) |
| LAB | lab(20.5 -14.0 -2.1) |
| LCH | lch(20.5 14.1 188.4) |
| OKLCH | oklch(0.309 0.042 187.9) |
Copy-ready code
/* CSS */
color: #123734;
background-color: #123734;
/* Tailwind (arbitrary) */
class="text-[#123734] bg-[#123734]"
/* SCSS */
$brand: #123734;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.204)
/* Android */
Color.parseColor("#123734")Accessibility — WCAG contrast
Aa
#123734 on white: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123734 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue20.4%
CMYK percentages
Cyan67.3%
Magenta0.0%
Yellow5.5%
Key (black)78.4%
Color previews
#123734 text on a black background
contrast 1.62:1
Card sample
#123734 text on a white background
contrast 12.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123734;
Background color
Panel with #123734 background
background-color: #123734;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123734;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123734; background: linear-gradient(135deg, #123734, #122137);