#35546f
a dark, soft blue · cool · closest name: darkslategray
RGB
53, 84, 111
HSL
208°, 35%, 32%
CMYK
52, 24, 0, 57
Luminance
0.0825
Every format
| HEX | #35546f |
| RGB | rgb(53, 84, 111) |
| HSL | hsl(208, 35%, 32%) |
| CMYK | cmyk(52%, 24%, 0%, 57%) |
| LAB | lab(34.5 -3.1 -19.0) |
| LCH | lch(34.5 19.3 260.8) |
| OKLCH | oklch(0.434 0.058 245.9) |
Copy-ready code
/* CSS */
color: #35546f;
background-color: #35546f;
/* Tailwind (arbitrary) */
class="text-[#35546f] bg-[#35546f]"
/* SCSS */
$brand: #35546f;
/* SwiftUI */
Color(red: 0.208, green: 0.329, blue: 0.435)
/* Android */
Color.parseColor("#35546f")Accessibility — WCAG contrast
Aa
#35546f on white: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35546f on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green32.9%
Blue43.5%
CMYK percentages
Cyan52.3%
Magenta24.3%
Yellow0.0%
Key (black)56.5%
Color previews
#35546f text on a black background
contrast 2.65:1
Card sample
#35546f text on a white background
contrast 7.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35546f;
Background color
Panel with #35546f background
background-color: #35546f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35546f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 84, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 84, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35546f; background: linear-gradient(135deg, #35546f, #3D356F);