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