#06363a
a deep, electric cyan · cool · closest name: darkslategray
RGB
6, 54, 58
HSL
185°, 81%, 13%
CMYK
90, 7, 0, 77
Luminance
0.0298
Every format
| HEX | #06363a |
| RGB | rgb(6, 54, 58) |
| HSL | hsl(185, 81%, 13%) |
| CMYK | cmyk(90%, 7%, 0%, 77%) |
| LAB | lab(20.0 -13.5 -6.9) |
| LCH | lch(20.0 15.2 207.2) |
| OKLCH | oklch(0.305 0.048 203.5) |
Copy-ready code
/* CSS */
color: #06363a;
background-color: #06363a;
/* Tailwind (arbitrary) */
class="text-[#06363a] bg-[#06363a]"
/* SCSS */
$brand: #06363a;
/* SwiftUI */
Color(red: 0.024, green: 0.212, blue: 0.227)
/* Android */
Color.parseColor("#06363a")Accessibility — WCAG contrast
Aa
#06363a on white: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06363a on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green21.2%
Blue22.7%
CMYK percentages
Cyan89.7%
Magenta6.9%
Yellow0.0%
Key (black)77.3%
Color previews
#06363a text on a black background
contrast 1.60:1
Card sample
#06363a text on a white background
contrast 13.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06363a;
Background color
Panel with #06363a background
background-color: #06363a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06363a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 54, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 54, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06363a; background: linear-gradient(135deg, #06363a, #06133A);