#226677
a dark, vivid cyan · cool · closest name: darkslategray
RGB
34, 102, 119
HSL
192°, 56%, 30%
CMYK
71, 14, 0, 53
Luminance
0.1117
Every format
| HEX | #226677 |
| RGB | rgb(34, 102, 119) |
| HSL | hsl(192, 56%, 30%) |
| CMYK | cmyk(71%, 14%, 0%, 53%) |
| LAB | lab(39.9 -15.2 -15.7) |
| LCH | lch(39.9 21.8 226.1) |
| OKLCH | oklch(0.476 0.072 217.7) |
Copy-ready code
/* CSS */
color: #226677;
background-color: #226677;
/* Tailwind (arbitrary) */
class="text-[#226677] bg-[#226677]"
/* SCSS */
$brand: #226677;
/* SwiftUI */
Color(red: 0.133, green: 0.400, blue: 0.467)
/* Android */
Color.parseColor("#226677")Accessibility — WCAG contrast
Aa
#226677 on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#226677 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green40.0%
Blue46.7%
CMYK percentages
Cyan71.4%
Magenta14.3%
Yellow0.0%
Key (black)53.3%
Color previews
#226677 text on a black background
contrast 3.23:1
Card sample
#226677 text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #226677;
Background color
Panel with #226677 background
background-color: #226677;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #226677;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 102, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 102, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #226677; background: linear-gradient(135deg, #226677, #222D77);