#34839c
a dark, vivid cyan · cool · closest name: steelblue
RGB
52, 131, 156
HSL
194°, 50%, 41%
CMYK
67, 16, 0, 39
Luminance
0.1936
Every format
| HEX | #34839c |
| RGB | rgb(52, 131, 156) |
| HSL | hsl(194, 50%, 41%) |
| CMYK | cmyk(67%, 16%, 0%, 39%) |
| LAB | lab(51.1 -15.9 -20.5) |
| LCH | lch(51.1 25.9 232.2) |
| OKLCH | oklch(0.572 0.085 222.3) |
Copy-ready code
/* CSS */
color: #34839c;
background-color: #34839c;
/* Tailwind (arbitrary) */
class="text-[#34839c] bg-[#34839c]"
/* SCSS */
$brand: #34839c;
/* SwiftUI */
Color(red: 0.204, green: 0.514, blue: 0.612)
/* Android */
Color.parseColor("#34839c")Accessibility — WCAG contrast
Aa
#34839c on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#34839c on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green51.4%
Blue61.2%
CMYK percentages
Cyan66.7%
Magenta16.0%
Yellow0.0%
Key (black)38.8%
Color previews
#34839c text on a black background
contrast 4.87:1
Card sample
#34839c text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34839c;
Background color
Panel with #34839c background
background-color: #34839c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34839c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 131, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 131, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34839c; background: linear-gradient(135deg, #34839c, #343E9C);