#03363f
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 54, 63
HSL
189°, 91%, 13%
CMYK
95, 14, 0, 75
Luminance
0.0302
Every format
| HEX | #03363f |
| RGB | rgb(3, 54, 63) |
| HSL | hsl(189, 91%, 13%) |
| CMYK | cmyk(95%, 14%, 0%, 75%) |
| LAB | lab(20.1 -12.0 -10.1) |
| LCH | lch(20.1 15.7 220.2) |
| OKLCH | oklch(0.306 0.052 213.1) |
Copy-ready code
/* CSS */
color: #03363f;
background-color: #03363f;
/* Tailwind (arbitrary) */
class="text-[#03363f] bg-[#03363f]"
/* SCSS */
$brand: #03363f;
/* SwiftUI */
Color(red: 0.012, green: 0.212, blue: 0.247)
/* Android */
Color.parseColor("#03363f")Accessibility — WCAG contrast
Aa
#03363f on white: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03363f on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green21.2%
Blue24.7%
CMYK percentages
Cyan95.2%
Magenta14.3%
Yellow0.0%
Key (black)75.3%
Color previews
#03363f text on a black background
contrast 1.60:1
Card sample
#03363f text on a white background
contrast 13.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03363f;
Background color
Panel with #03363f background
background-color: #03363f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03363f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 54, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 54, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03363f; background: linear-gradient(135deg, #03363f, #030E3F);