Teal
#2A6E89
BlueColor Codes
All color formats for development
HEX
#2A6E89RGB
rgb(42, 110, 137)HSL
hsl(197, 53%, 35%)OKLCH
oklch(0.507 0.08 227.8)CMYK
cmyk(69%, 20%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26637B
2#22586D
3#1D4D60
4#194252
5#153744
6#112C37
7#0D2129
8#08161B
9#040B0E
Tints
Lighter variations
1#3282A2
2#3A97BB
3#4DA6C8
4#67B2D0
5#80BFD8
6#9ACCE0
7#B3D9E8
8#CCE5EF
9#E6F2F7
Tones
Muted variations
1#2F6C84
2#336A7F
3#38687A
4#3D6676
5#426371
6#46616C
7#4B5F67
8#505D63
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE5 #CCE5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D2 #A5D2E3 | BordersInactive statesPlaceholder text |
| 400 | 76BA #76BAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FA7 #4FA7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 358A #358AAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A6E #2A6E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4E #1E4E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1332 #13323E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1F #0C1F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F1F7;
--teal-200: #CCE5EF;
--teal-300: #A5D2E3;
--teal-400: #76BAD5;
--teal-500: #4FA7C9;
--teal-600: #358AAC;
--teal-700: #2A6E89;
--teal-800: #1E4E62;
--teal-900: #13323E;
--teal-950: #0C1F27;
}