#2798ac
a dark, vivid cyan · cool · closest name: teal
RGB
39, 152, 172
HSL
189°, 63%, 41%
CMYK
77, 12, 0, 33
Luminance
0.2587
Every format
| HEX | #2798ac |
| RGB | rgb(39, 152, 172) |
| HSL | hsl(189, 63%, 41%) |
| CMYK | cmyk(77%, 12%, 0%, 33%) |
| LAB | lab(57.9 -23.6 -19.3) |
| LCH | lch(57.9 30.5 219.2) |
| OKLCH | oklch(0.628 0.100 212.6) |
Copy-ready code
/* CSS */
color: #2798ac;
background-color: #2798ac;
/* Tailwind (arbitrary) */
class="text-[#2798ac] bg-[#2798ac]"
/* SCSS */
$brand: #2798ac;
/* SwiftUI */
Color(red: 0.153, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#2798ac")Accessibility — WCAG contrast
Aa
#2798ac on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2798ac on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green59.6%
Blue67.5%
CMYK percentages
Cyan77.3%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#2798ac text on a black background
contrast 6.17:1
Card sample
#2798ac text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2798ac;
Background color
Panel with #2798ac background
background-color: #2798ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2798ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2798ac; background: linear-gradient(135deg, #2798ac, #273FAC);