#226f77
a dark, vivid cyan · cool · closest name: teal
RGB
34, 111, 119
HSL
186°, 56%, 30%
CMYK
71, 7, 0, 53
Luminance
0.1304
Every format
| HEX | #226f77 |
| RGB | rgb(34, 111, 119) |
| HSL | hsl(186, 56%, 30%) |
| CMYK | cmyk(71%, 7%, 0%, 53%) |
| LAB | lab(42.8 -20.1 -11.2) |
| LCH | lch(42.8 23.0 209.2) |
| OKLCH | oklch(0.499 0.074 205.1) |
Copy-ready code
/* CSS */
color: #226f77;
background-color: #226f77;
/* Tailwind (arbitrary) */
class="text-[#226f77] bg-[#226f77]"
/* SCSS */
$brand: #226f77;
/* SwiftUI */
Color(red: 0.133, green: 0.435, blue: 0.467)
/* Android */
Color.parseColor("#226f77")Accessibility — WCAG contrast
Aa
#226f77 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#226f77 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green43.5%
Blue46.7%
CMYK percentages
Cyan71.4%
Magenta6.7%
Yellow0.0%
Key (black)53.3%
Color previews
#226f77 text on a black background
contrast 3.61:1
Card sample
#226f77 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #226f77;
Background color
Panel with #226f77 background
background-color: #226f77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #226f77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 111, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 111, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #226f77; background: linear-gradient(135deg, #226f77, #223677);