#05798d
a dark, electric cyan · cool · closest name: teal
RGB
5, 121, 141
HSL
189°, 93%, 29%
CMYK
97, 14, 0, 45
Luminance
0.1563
Every format
| HEX | #05798d |
| RGB | rgb(5, 121, 141) |
| HSL | hsl(189, 93%, 29%) |
| CMYK | cmyk(97%, 14%, 0%, 45%) |
| LAB | lab(46.5 -20.6 -18.8) |
| LCH | lch(46.5 27.9 222.5) |
| OKLCH | oklch(0.530 0.092 214.7) |
Copy-ready code
/* CSS */
color: #05798d;
background-color: #05798d;
/* Tailwind (arbitrary) */
class="text-[#05798d] bg-[#05798d]"
/* SCSS */
$brand: #05798d;
/* SwiftUI */
Color(red: 0.020, green: 0.475, blue: 0.553)
/* Android */
Color.parseColor("#05798d")Accessibility — WCAG contrast
Aa
#05798d on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#05798d on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green47.5%
Blue55.3%
CMYK percentages
Cyan96.5%
Magenta14.2%
Yellow0.0%
Key (black)44.7%
Color previews
#05798d text on a black background
contrast 4.13:1
Card sample
#05798d text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05798d;
Background color
Panel with #05798d background
background-color: #05798d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05798d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 121, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 121, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05798d; background: linear-gradient(135deg, #05798d, #051E8D);