#006644
a deep, electric cyan · cool · closest name: seagreen
RGB
0, 102, 68
HSL
160°, 100%, 20%
CMYK
100, 0, 33, 60
Luminance
0.0992
Every format
| HEX | #006644 |
| RGB | rgb(0, 102, 68) |
| HSL | hsl(160, 100%, 20%) |
| CMYK | cmyk(100%, 0%, 33%, 60%) |
| LAB | lab(37.7 -34.7 12.2) |
| LCH | lch(37.7 36.7 160.7) |
| OKLCH | oklch(0.451 0.099 161.9) |
Copy-ready code
/* CSS */
color: #006644;
background-color: #006644;
/* Tailwind (arbitrary) */
class="text-[#006644] bg-[#006644]"
/* SCSS */
$brand: #006644;
/* SwiftUI */
Color(red: 0.000, green: 0.400, blue: 0.267)
/* Android */
Color.parseColor("#006644")Accessibility — WCAG contrast
Aa
#006644 on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#006644 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green40.0%
Blue26.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow33.3%
Key (black)60.0%
Color previews
#006644 text on a black background
contrast 2.98:1
Card sample
#006644 text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006644;
Background color
Panel with #006644 background
background-color: #006644;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006644;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 102, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 102, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006644; background: linear-gradient(135deg, #006644, #004466);