#227788
a dark, vivid cyan · cool · closest name: teal
RGB
34, 119, 136
HSL
190°, 60%, 33%
CMYK
75, 13, 0, 47
Luminance
0.1531
Every format
| HEX | #227788 |
| RGB | rgb(34, 119, 136) |
| HSL | hsl(190, 60%, 33%) |
| CMYK | cmyk(75%, 13%, 0%, 47%) |
| LAB | lab(46.1 -18.8 -16.5) |
| LCH | lch(46.1 25.0 221.3) |
| OKLCH | oklch(0.527 0.082 214.1) |
Copy-ready code
/* CSS */
color: #227788;
background-color: #227788;
/* Tailwind (arbitrary) */
class="text-[#227788] bg-[#227788]"
/* SCSS */
$brand: #227788;
/* SwiftUI */
Color(red: 0.133, green: 0.467, blue: 0.533)
/* Android */
Color.parseColor("#227788")Accessibility — WCAG contrast
Aa
#227788 on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#227788 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green46.7%
Blue53.3%
CMYK percentages
Cyan75.0%
Magenta12.5%
Yellow0.0%
Key (black)46.7%
Color previews
#227788 text on a black background
contrast 4.06:1
Card sample
#227788 text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #227788;
Background color
Panel with #227788 background
background-color: #227788;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #227788;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 119, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 119, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #227788; background: linear-gradient(135deg, #227788, #223388);