#226655
a dark, vivid cyan · cool · closest name: teal
RGB
34, 102, 85
HSL
165°, 50%, 27%
CMYK
67, 0, 17, 60
Luminance
0.1050
Every format
| HEX | #226655 |
| RGB | rgb(34, 102, 85) |
| HSL | hsl(165, 50%, 27%) |
| CMYK | cmyk(67%, 0%, 17%, 60%) |
| LAB | lab(38.7 -25.8 3.4) |
| LCH | lch(38.7 26.0 172.6) |
| OKLCH | oklch(0.463 0.073 173.3) |
Copy-ready code
/* CSS */
color: #226655;
background-color: #226655;
/* Tailwind (arbitrary) */
class="text-[#226655] bg-[#226655]"
/* SCSS */
$brand: #226655;
/* SwiftUI */
Color(red: 0.133, green: 0.400, blue: 0.333)
/* Android */
Color.parseColor("#226655")Accessibility — WCAG contrast
Aa
#226655 on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#226655 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green40.0%
Blue33.3%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow16.7%
Key (black)60.0%
Color previews
#226655 text on a black background
contrast 3.10:1
Card sample
#226655 text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #226655;
Background color
Panel with #226655 background
background-color: #226655;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #226655;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 102, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 102, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #226655; background: linear-gradient(135deg, #226655, #224A66);