#06363e
a deep, electric cyan · cool · closest name: darkslategray
RGB
6, 54, 62
HSL
189°, 82%, 13%
CMYK
90, 13, 0, 76
Luminance
0.0302
Every format
| HEX | #06363e |
| RGB | rgb(6, 54, 62) |
| HSL | hsl(189, 82%, 13%) |
| CMYK | cmyk(90%, 13%, 0%, 76%) |
| LAB | lab(20.1 -11.9 -9.4) |
| LCH | lch(20.1 15.2 218.3) |
| OKLCH | oklch(0.307 0.050 211.8) |
Copy-ready code
/* CSS */
color: #06363e;
background-color: #06363e;
/* Tailwind (arbitrary) */
class="text-[#06363e] bg-[#06363e]"
/* SCSS */
$brand: #06363e;
/* SwiftUI */
Color(red: 0.024, green: 0.212, blue: 0.243)
/* Android */
Color.parseColor("#06363e")Accessibility — WCAG contrast
Aa
#06363e on white: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06363e on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green21.2%
Blue24.3%
CMYK percentages
Cyan90.3%
Magenta12.9%
Yellow0.0%
Key (black)75.7%
Color previews
#06363e text on a black background
contrast 1.60:1
Card sample
#06363e text on a white background
contrast 13.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06363e;
Background color
Panel with #06363e background
background-color: #06363e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06363e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 54, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 54, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06363e; background: linear-gradient(135deg, #06363e, #06113E);