#2398ac
a dark, vivid cyan · cool · closest name: teal
RGB
35, 152, 172
HSL
189°, 66%, 41%
CMYK
80, 12, 0, 33
Luminance
0.2579
Every format
| HEX | #2398ac |
| RGB | rgb(35, 152, 172) |
| HSL | hsl(189, 66%, 41%) |
| CMYK | cmyk(80%, 12%, 0%, 33%) |
| LAB | lab(57.8 -24.1 -19.4) |
| LCH | lch(57.8 30.9 218.9) |
| OKLCH | oklch(0.627 0.101 212.3) |
Copy-ready code
/* CSS */
color: #2398ac;
background-color: #2398ac;
/* Tailwind (arbitrary) */
class="text-[#2398ac] bg-[#2398ac]"
/* SCSS */
$brand: #2398ac;
/* SwiftUI */
Color(red: 0.137, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#2398ac")Accessibility — WCAG contrast
Aa
#2398ac on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2398ac on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green59.6%
Blue67.5%
CMYK percentages
Cyan79.7%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#2398ac text on a black background
contrast 6.16:1
Card sample
#2398ac text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2398ac;
Background color
Panel with #2398ac background
background-color: #2398ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2398ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2398ac; background: linear-gradient(135deg, #2398ac, #233DAC);