#06363c
a deep, electric cyan · cool · closest name: darkslategray
RGB
6, 54, 60
HSL
187°, 82%, 13%
CMYK
90, 10, 0, 77
Luminance
0.0300
Every format
| HEX | #06363c |
| RGB | rgb(6, 54, 60) |
| HSL | hsl(187, 82%, 13%) |
| CMYK | cmyk(90%, 10%, 0%, 77%) |
| LAB | lab(20.1 -12.7 -8.2) |
| LCH | lch(20.1 15.1 212.8) |
| OKLCH | oklch(0.306 0.049 207.7) |
Copy-ready code
/* CSS */
color: #06363c;
background-color: #06363c;
/* Tailwind (arbitrary) */
class="text-[#06363c] bg-[#06363c]"
/* SCSS */
$brand: #06363c;
/* SwiftUI */
Color(red: 0.024, green: 0.212, blue: 0.235)
/* Android */
Color.parseColor("#06363c")Accessibility — WCAG contrast
Aa
#06363c on white: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06363c on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green21.2%
Blue23.5%
CMYK percentages
Cyan90.0%
Magenta10.0%
Yellow0.0%
Key (black)76.5%
Color previews
#06363c text on a black background
contrast 1.60:1
Card sample
#06363c text on a white background
contrast 13.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06363c;
Background color
Panel with #06363c background
background-color: #06363c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06363c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 54, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 54, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06363c; background: linear-gradient(135deg, #06363c, #06123C);