#12949f
a dark, electric cyan · cool · closest name: teal
RGB
18, 148, 159
HSL
185°, 80%, 35%
CMYK
89, 7, 0, 38
Luminance
0.2381
Every format
| HEX | #12949f |
| RGB | rgb(18, 148, 159) |
| HSL | hsl(185, 80%, 35%) |
| CMYK | cmyk(89%, 7%, 0%, 38%) |
| LAB | lab(55.9 -27.7 -15.0) |
| LCH | lch(55.9 31.4 208.4) |
| OKLCH | oklch(0.609 0.101 204.4) |
Copy-ready code
/* CSS */
color: #12949f;
background-color: #12949f;
/* Tailwind (arbitrary) */
class="text-[#12949f] bg-[#12949f]"
/* SCSS */
$brand: #12949f;
/* SwiftUI */
Color(red: 0.071, green: 0.580, blue: 0.624)
/* Android */
Color.parseColor("#12949f")Accessibility — WCAG contrast
Aa
#12949f on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#12949f on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green58.0%
Blue62.4%
CMYK percentages
Cyan88.7%
Magenta6.9%
Yellow0.0%
Key (black)37.6%
Color previews
#12949f text on a black background
contrast 5.76:1
Card sample
#12949f text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12949f;
Background color
Panel with #12949f background
background-color: #12949f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12949f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 148, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 148, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12949f; background: linear-gradient(135deg, #12949f, #12369F);