#00463f
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 70, 63
HSL
174°, 100%, 14%
CMYK
100, 0, 10, 73
Luminance
0.0474
Every format
| HEX | #00463f |
| RGB | rgb(0, 70, 63) |
| HSL | hsl(174, 100%, 14%) |
| CMYK | cmyk(100%, 0%, 10%, 73%) |
| LAB | lab(26.0 -21.4 -1.4) |
| LCH | lch(26.0 21.4 183.6) |
| OKLCH | oklch(0.354 0.063 183.6) |
Copy-ready code
/* CSS */
color: #00463f;
background-color: #00463f;
/* Tailwind (arbitrary) */
class="text-[#00463f] bg-[#00463f]"
/* SCSS */
$brand: #00463f;
/* SwiftUI */
Color(red: 0.000, green: 0.275, blue: 0.247)
/* Android */
Color.parseColor("#00463f")Accessibility — WCAG contrast
Aa
#00463f on white: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00463f on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green27.5%
Blue24.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow10.0%
Key (black)72.5%
Color previews
#00463f text on a black background
contrast 1.95:1
Card sample
#00463f text on a white background
contrast 10.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00463f;
Background color
Panel with #00463f background
background-color: #00463f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00463f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 70, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 70, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00463f; background: linear-gradient(135deg, #00463f, #001E46);