#05798c
a dark, electric cyan · cool · closest name: teal
RGB
5, 121, 140
HSL
188°, 93%, 28%
CMYK
96, 14, 0, 45
Luminance
0.1560
Every format
| HEX | #05798c |
| RGB | rgb(5, 121, 140) |
| HSL | hsl(188, 93%, 28%) |
| CMYK | cmyk(96%, 14%, 0%, 45%) |
| LAB | lab(46.4 -20.9 -18.3) |
| LCH | lch(46.4 27.8 221.2) |
| OKLCH | oklch(0.530 0.092 213.8) |
Copy-ready code
/* CSS */
color: #05798c;
background-color: #05798c;
/* Tailwind (arbitrary) */
class="text-[#05798c] bg-[#05798c]"
/* SCSS */
$brand: #05798c;
/* SwiftUI */
Color(red: 0.020, green: 0.475, blue: 0.549)
/* Android */
Color.parseColor("#05798c")Accessibility — WCAG contrast
Aa
#05798c on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#05798c on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green47.5%
Blue54.9%
CMYK percentages
Cyan96.4%
Magenta13.6%
Yellow0.0%
Key (black)45.1%
Color previews
#05798c text on a black background
contrast 4.12:1
Card sample
#05798c text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05798c;
Background color
Panel with #05798c background
background-color: #05798c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05798c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 121, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 121, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05798c; background: linear-gradient(135deg, #05798c, #051F8C);