#006385
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 99, 133
HSL
195°, 100%, 26%
CMYK
100, 26, 0, 48
Luminance
0.1062
Every format
| HEX | #006385 |
| RGB | rgb(0, 99, 133) |
| HSL | hsl(195, 100%, 26%) |
| CMYK | cmyk(100%, 26%, 0%, 48%) |
| LAB | lab(38.9 -11.5 -25.7) |
| LCH | lch(38.9 28.2 246.0) |
| OKLCH | oklch(0.468 0.094 230.7) |
Copy-ready code
/* CSS */
color: #006385;
background-color: #006385;
/* Tailwind (arbitrary) */
class="text-[#006385] bg-[#006385]"
/* SCSS */
$brand: #006385;
/* SwiftUI */
Color(red: 0.000, green: 0.388, blue: 0.522)
/* Android */
Color.parseColor("#006385")Accessibility — WCAG contrast
Aa
#006385 on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006385 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green38.8%
Blue52.2%
CMYK percentages
Cyan100.0%
Magenta25.6%
Yellow0.0%
Key (black)47.8%
Color previews
#006385 text on a black background
contrast 3.12:1
Card sample
#006385 text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006385;
Background color
Panel with #006385 background
background-color: #006385;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006385;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 99, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 99, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006385; background: linear-gradient(135deg, #006385, #000A85);