#338888
a dark, vivid cyan · cool · closest name: teal
RGB
51, 136, 136
HSL
180°, 46%, 37%
CMYK
63, 0, 0, 47
Luminance
0.2009
Every format
| HEX | #338888 |
| RGB | rgb(51, 136, 136) |
| HSL | hsl(180, 46%, 37%) |
| CMYK | cmyk(63%, 0%, 0%, 47%) |
| LAB | lab(51.9 -25.0 -7.6) |
| LCH | lch(51.9 26.1 196.9) |
| OKLCH | oklch(0.576 0.080 195.2) |
Copy-ready code
/* CSS */
color: #338888;
background-color: #338888;
/* Tailwind (arbitrary) */
class="text-[#338888] bg-[#338888]"
/* SCSS */
$brand: #338888;
/* SwiftUI */
Color(red: 0.200, green: 0.533, blue: 0.533)
/* Android */
Color.parseColor("#338888")Accessibility — WCAG contrast
Aa
#338888 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#338888 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green53.3%
Blue53.3%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow0.0%
Key (black)46.7%
Color previews
#338888 text on a black background
contrast 5.02:1
Card sample
#338888 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #338888;
Background color
Panel with #338888 background
background-color: #338888;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #338888;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 136, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 136, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #338888; background: linear-gradient(135deg, #338888, #334F88);