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