#1aa2bc
a dark, electric cyan · cool · closest name: teal
RGB
26, 162, 188
HSL
190°, 76%, 42%
CMYK
86, 14, 0, 26
Luminance
0.2969
Every format
| HEX | #1aa2bc |
| RGB | rgb(26, 162, 188) |
| HSL | hsl(190, 76%, 42%) |
| CMYK | cmyk(86%, 14%, 0%, 26%) |
| LAB | lab(61.4 -24.6 -23.0) |
| LCH | lch(61.4 33.7 223.1) |
| OKLCH | oklch(0.657 0.112 215.2) |
Copy-ready code
/* CSS */
color: #1aa2bc;
background-color: #1aa2bc;
/* Tailwind (arbitrary) */
class="text-[#1aa2bc] bg-[#1aa2bc]"
/* SCSS */
$brand: #1aa2bc;
/* SwiftUI */
Color(red: 0.102, green: 0.635, blue: 0.737)
/* Android */
Color.parseColor("#1aa2bc")Accessibility — WCAG contrast
Aa
#1aa2bc on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1aa2bc on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green63.5%
Blue73.7%
CMYK percentages
Cyan86.2%
Magenta13.8%
Yellow0.0%
Key (black)26.3%
Color previews
#1aa2bc text on a black background
contrast 6.94:1
Card sample
#1aa2bc text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aa2bc;
Background color
Panel with #1aa2bc background
background-color: #1aa2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aa2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 162, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 162, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aa2bc; background: linear-gradient(135deg, #1aa2bc, #1A36BC);