#199eb3
a dark, electric cyan · cool · closest name: teal
RGB
25, 158, 179
HSL
188°, 76%, 40%
CMYK
86, 12, 0, 30
Luminance
0.2792
Every format
| HEX | #199eb3 |
| RGB | rgb(25, 158, 179) |
| HSL | hsl(188, 76%, 40%) |
| CMYK | cmyk(86%, 12%, 0%, 30%) |
| LAB | lab(59.8 -25.6 -20.4) |
| LCH | lch(59.8 32.8 218.5) |
| OKLCH | oklch(0.643 0.108 211.9) |
Copy-ready code
/* CSS */
color: #199eb3;
background-color: #199eb3;
/* Tailwind (arbitrary) */
class="text-[#199eb3] bg-[#199eb3]"
/* SCSS */
$brand: #199eb3;
/* SwiftUI */
Color(red: 0.098, green: 0.620, blue: 0.702)
/* Android */
Color.parseColor("#199eb3")Accessibility — WCAG contrast
Aa
#199eb3 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#199eb3 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green62.0%
Blue70.2%
CMYK percentages
Cyan86.0%
Magenta11.7%
Yellow0.0%
Key (black)29.8%
Color previews
#199eb3 text on a black background
contrast 6.58:1
Card sample
#199eb3 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #199eb3;
Background color
Panel with #199eb3 background
background-color: #199eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #199eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 158, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 158, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #199eb3; background: linear-gradient(135deg, #199eb3, #1937B3);