Teal
#1A6E99
BlueColor Codes
All color formats for development
HEX
#1A6E99RGB
rgb(26, 110, 153)HSL
hsl(200, 71%, 35%)OKLCH
oklch(0.511 0.102 237)CMYK
cmyk(83%, 28%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#176389
2#15587A
3#124D6B
4#10425C
5#0D374C
6#0A2C3D
7#08212E
8#05161F
9#030B0F
Tints
Lighter variations
1#1F83B5
2#2397D1
3#39A6DD
4#55B3E2
5#71C0E7
6#8ECCEC
7#AAD9F1
8#C6E6F5
9#E3F2FA
Tones
Muted variations
1#206C92
2#276A8C
3#2D6886
4#33667F
5#3A6479
6#406273
7#46606C
8#4D5D66
9#535B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E6 #C6E6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD2 #9BD2EE | BordersInactive statesPlaceholder text |
| 400 | 66BB #66BBE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BA7 #3BA7DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 218B #218BC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A6E #1A6E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124F #124F6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C32 #0C3246 | Primary textHigh emphasis contentDark headings |
| 950 | 0720 #07202C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E0F1FA;
--teal-200: #C6E6F5;
--teal-300: #9BD2EE;
--teal-400: #66BBE5;
--teal-500: #3BA7DE;
--teal-600: #218BC0;
--teal-700: #1A6E99;
--teal-800: #124F6D;
--teal-900: #0C3246;
--teal-950: #07202C;
}