Teal
#2A7189
BlueColor Codes
All color formats for development
HEX
#2A7189RGB
rgb(42, 113, 137)HSL
hsl(195, 53%, 35%)OKLCH
oklch(0.515 0.079 224)CMYK
cmyk(69%, 18%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26667B
2#225A6D
3#1D4F60
4#194452
5#153844
6#112D37
7#0D2229
8#08171B
9#040B0E
Tints
Lighter variations
1#3286A2
2#3A9BBB
3#4DAAC8
4#67B6D0
5#80C2D8
6#9ACEE0
7#B3DAE8
8#CCE7EF
9#E6F3F7
Tones
Muted variations
1#2F6F84
2#336C7F
3#386A7A
4#3D6776
5#426571
6#46636C
7#4B6067
8#505E63
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE7 #CCE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D4 #A5D4E3 | BordersInactive statesPlaceholder text |
| 400 | 76BD #76BDD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FAB #4FABC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 358E #358EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A71 #2A7189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E51 #1E5162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1334 #13343E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F2F7;
--teal-200: #CCE7EF;
--teal-300: #A5D4E3;
--teal-400: #76BDD5;
--teal-500: #4FABC9;
--teal-600: #358EAC;
--teal-700: #2A7189;
--teal-800: #1E5162;
--teal-900: #13343E;
--teal-950: #0C2027;
}