#228866
a dark, vivid cyan · cool · closest name: seagreen
RGB
34, 136, 102
HSL
160°, 60%, 33%
CMYK
75, 0, 25, 47
Luminance
0.1891
Every format
| HEX | #228866 |
| RGB | rgb(34, 136, 102) |
| HSL | hsl(160, 60%, 33%) |
| CMYK | cmyk(75%, 0%, 25%, 47%) |
| LAB | lab(50.6 -37.1 10.2) |
| LCH | lch(50.6 38.5 164.7) |
| OKLCH | oklch(0.561 0.106 165.8) |
Copy-ready code
/* CSS */
color: #228866;
background-color: #228866;
/* Tailwind (arbitrary) */
class="text-[#228866] bg-[#228866]"
/* SCSS */
$brand: #228866;
/* SwiftUI */
Color(red: 0.133, green: 0.533, blue: 0.400)
/* Android */
Color.parseColor("#228866")Accessibility — WCAG contrast
Aa
#228866 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#228866 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green53.3%
Blue40.0%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow25.0%
Key (black)46.7%
Color previews
#228866 text on a black background
contrast 4.78:1
Card sample
#228866 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #228866;
Background color
Panel with #228866 background
background-color: #228866;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #228866;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 136, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 136, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #228866; background: linear-gradient(135deg, #228866, #226688);