#335b77
a dark, soft blue · cool · closest name: darkslategray
RGB
51, 91, 119
HSL
205°, 40%, 33%
CMYK
57, 24, 0, 53
Luminance
0.0952
Every format
| HEX | #335b77 |
| RGB | rgb(51, 91, 119) |
| HSL | hsl(205, 40%, 33%) |
| CMYK | cmyk(57%, 24%, 0%, 53%) |
| LAB | lab(37.0 -5.3 -20.1) |
| LCH | lch(37.0 20.8 255.4) |
| OKLCH | oklch(0.454 0.065 240.7) |
Copy-ready code
/* CSS */
color: #335b77;
background-color: #335b77;
/* Tailwind (arbitrary) */
class="text-[#335b77] bg-[#335b77]"
/* SCSS */
$brand: #335b77;
/* SwiftUI */
Color(red: 0.200, green: 0.357, blue: 0.467)
/* Android */
Color.parseColor("#335b77")Accessibility — WCAG contrast
Aa
#335b77 on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#335b77 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green35.7%
Blue46.7%
CMYK percentages
Cyan57.1%
Magenta23.5%
Yellow0.0%
Key (black)53.3%
Color previews
#335b77 text on a black background
contrast 2.90:1
Card sample
#335b77 text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #335b77;
Background color
Panel with #335b77 background
background-color: #335b77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #335b77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 91, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 91, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #335b77; background: linear-gradient(135deg, #335b77, #383377);