#06363f
a deep, electric cyan · cool · closest name: darkslategray
RGB
6, 54, 63
HSL
190°, 83%, 14%
CMYK
91, 14, 0, 75
Luminance
0.0304
Every format
| HEX | #06363f |
| RGB | rgb(6, 54, 63) |
| HSL | hsl(190, 83%, 14%) |
| CMYK | cmyk(91%, 14%, 0%, 75%) |
| LAB | lab(20.2 -11.5 -10.0) |
| LCH | lch(20.2 15.3 221.0) |
| OKLCH | oklch(0.307 0.050 213.8) |
Copy-ready code
/* CSS */
color: #06363f;
background-color: #06363f;
/* Tailwind (arbitrary) */
class="text-[#06363f] bg-[#06363f]"
/* SCSS */
$brand: #06363f;
/* SwiftUI */
Color(red: 0.024, green: 0.212, blue: 0.247)
/* Android */
Color.parseColor("#06363f")Accessibility — WCAG contrast
Aa
#06363f on white: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06363f on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green21.2%
Blue24.7%
CMYK percentages
Cyan90.5%
Magenta14.3%
Yellow0.0%
Key (black)75.3%
Color previews
#06363f text on a black background
contrast 1.61:1
Card sample
#06363f text on a white background
contrast 13.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06363f;
Background color
Panel with #06363f background
background-color: #06363f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06363f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 54, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 54, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06363f; background: linear-gradient(135deg, #06363f, #06103F);