#065166
a deep, electric cyan · cool · closest name: darkslategray
RGB
6, 81, 102
HSL
193°, 89%, 21%
CMYK
94, 21, 0, 60
Luminance
0.0688
Every format
| HEX | #065166 |
| RGB | rgb(6, 81, 102) |
| HSL | hsl(193, 89%, 21%) |
| CMYK | cmyk(94%, 21%, 0%, 60%) |
| LAB | lab(31.5 -12.5 -18.0) |
| LCH | lch(31.5 21.9 235.3) |
| OKLCH | oklch(0.405 0.073 223.6) |
Copy-ready code
/* CSS */
color: #065166;
background-color: #065166;
/* Tailwind (arbitrary) */
class="text-[#065166] bg-[#065166]"
/* SCSS */
$brand: #065166;
/* SwiftUI */
Color(red: 0.024, green: 0.318, blue: 0.400)
/* Android */
Color.parseColor("#065166")Accessibility — WCAG contrast
Aa
#065166 on white: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#065166 on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green31.8%
Blue40.0%
CMYK percentages
Cyan94.1%
Magenta20.6%
Yellow0.0%
Key (black)60.0%
Color previews
#065166 text on a black background
contrast 2.38:1
Card sample
#065166 text on a white background
contrast 8.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #065166;
Background color
Panel with #065166 background
background-color: #065166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #065166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 81, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 81, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #065166; background: linear-gradient(135deg, #065166, #061166);