#447788
a dark, soft cyan · cool · closest name: teal
RGB
68, 119, 136
HSL
195°, 33%, 40%
CMYK
50, 13, 0, 47
Luminance
0.1620
Every format
| HEX | #447788 |
| RGB | rgb(68, 119, 136) |
| HSL | hsl(195, 33%, 40%) |
| CMYK | cmyk(50%, 13%, 0%, 47%) |
| LAB | lab(47.2 -12.2 -14.6) |
| LCH | lch(47.2 19.0 230.1) |
| OKLCH | oklch(0.540 0.061 221.5) |
Copy-ready code
/* CSS */
color: #447788;
background-color: #447788;
/* Tailwind (arbitrary) */
class="text-[#447788] bg-[#447788]"
/* SCSS */
$brand: #447788;
/* SwiftUI */
Color(red: 0.267, green: 0.467, blue: 0.533)
/* Android */
Color.parseColor("#447788")Accessibility — WCAG contrast
Aa
#447788 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#447788 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green46.7%
Blue53.3%
CMYK percentages
Cyan50.0%
Magenta12.5%
Yellow0.0%
Key (black)46.7%
Color previews
#447788 text on a black background
contrast 4.24:1
Card sample
#447788 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447788;
Background color
Panel with #447788 background
background-color: #447788;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447788;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 119, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 119, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447788; background: linear-gradient(135deg, #447788, #444A88);