#40826d
a dark, soft cyan · cool · closest name: teal
RGB
64, 130, 109
HSL
161°, 34%, 38%
CMYK
51, 0, 16, 49
Luminance
0.1816
Every format
| HEX | #40826d |
| RGB | rgb(64, 130, 109) |
| HSL | hsl(161, 34%, 38%) |
| CMYK | cmyk(51%, 0%, 16%, 49%) |
| LAB | lab(49.7 -26.5 5.0) |
| LCH | lch(49.7 26.9 169.4) |
| OKLCH | oklch(0.557 0.076 170.4) |
Copy-ready code
/* CSS */
color: #40826d;
background-color: #40826d;
/* Tailwind (arbitrary) */
class="text-[#40826d] bg-[#40826d]"
/* SCSS */
$brand: #40826d;
/* SwiftUI */
Color(red: 0.251, green: 0.510, blue: 0.427)
/* Android */
Color.parseColor("#40826d")Accessibility — WCAG contrast
Aa
#40826d on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#40826d on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green51.0%
Blue42.7%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow16.2%
Key (black)49.0%
Color previews
#40826d text on a black background
contrast 4.63:1
Card sample
#40826d text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40826d;
Background color
Panel with #40826d background
background-color: #40826d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40826d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 130, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 130, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40826d; background: linear-gradient(135deg, #40826d, #406B82);