Teal
#2A6989
BlueColor Codes
All color formats for development
HEX
#2A6989RGB
rgb(42, 105, 137)HSL
hsl(200, 53%, 35%)OKLCH
oklch(0.495 0.082 234)CMYK
cmyk(69%, 23%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#265F7B
2#22546D
3#1D4A60
4#193F52
5#153544
6#112A37
7#0D2029
8#08151B
9#040B0E
Tints
Lighter variations
1#327DA2
2#3A90BB
3#4D9FC8
4#67ADD0
5#80BBD8
6#9AC8E0
7#B3D6E8
8#CCE4EF
9#E6F1F7
Tones
Muted variations
1#2F6784
2#33667F
3#38647A
4#3D6376
5#426171
6#46606C
7#4B5E67
8#505C63
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE4 #CCE4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CF #A5CFE3 | BordersInactive statesPlaceholder text |
| 400 | 76B6 #76B6D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FA1 #4FA1C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3584 #3584AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A69 #2A6989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4B #1E4B62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1330 #13303E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F0F7;
--teal-200: #CCE4EF;
--teal-300: #A5CFE3;
--teal-400: #76B6D5;
--teal-500: #4FA1C9;
--teal-600: #3584AC;
--teal-700: #2A6989;
--teal-800: #1E4B62;
--teal-900: #13303E;
--teal-950: #0C1E27;
}