Teal
#19689A
BlueColor Codes
All color formats for development
HEX
#19689ARGB
rgb(25, 104, 154)HSL
hsl(203, 72%, 35%)OKLCH
oklch(0.496 0.108 242.4)CMYK
cmyk(84%, 32%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165E8A
2#14537B
3#11496B
4#0F3F5C
5#0C344D
6#0A2A3D
7#071F2E
8#05151F
9#020A0F
Tints
Lighter variations
1#1E7CB6
2#228FD3
3#379EDF
4#54ACE3
5#70BAE8
6#8DC8EC
7#A9D6F1
8#C6E3F6
9#E2F1FA
Tones
Muted variations
1#1F6793
2#26658D
3#2C6486
4#336280
5#396179
6#405F73
7#465E6D
8#4C5C66
9#535B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACE #9ACEEF | BordersInactive statesPlaceholder text |
| 400 | 65B5 #65B5E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AA0 #3AA0DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F83 #1F83C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1968 #19689A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124A #124A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B30 #0B3046 | Primary textHigh emphasis contentDark headings |
| 950 | 071E #071E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E0F0FA;
--teal-200: #C6E3F6;
--teal-300: #9ACEEF;
--teal-400: #65B5E6;
--teal-500: #3AA0DF;
--teal-600: #1F83C1;
--teal-700: #19689A;
--teal-800: #124A6E;
--teal-900: #0B3046;
--teal-950: #071E2C;
}