Teal
#26628C
BlueColor Codes
All color formats for development
HEX
#26628CRGB
rgb(38, 98, 140)HSL
hsl(205, 57%, 35%)OKLCH
oklch(0.477 0.092 242.8)CMYK
cmyk(73%, 30%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23587E
2#1F4E70
3#1B4462
4#173B54
5#133146
6#0F2738
7#0C1D2A
8#08141C
9#040A0E
Tints
Lighter variations
1#2E74A6
2#3586C0
3#4996CD
4#63A5D4
5#7DB4DB
6#97C3E2
7#B1D2EA
8#CBE1F1
9#E5F0F8
Tones
Muted variations
1#2B6187
2#316082
3#365F7D
4#3B5E78
5#405D73
6#455D6E
7#4A5C69
8#4F5B63
9#545A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE1 #CBE1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3CA #A3CAE6 | BordersInactive statesPlaceholder text |
| 400 | 73AE #73AED9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B97 #4B97CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 307B #307BB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2662 #26628C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B46 #1B4664 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122D #122D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3EFF7;
--teal-200: #CBE1F1;
--teal-300: #A3CAE6;
--teal-400: #73AED9;
--teal-500: #4B97CE;
--teal-600: #307BB0;
--teal-700: #26628C;
--teal-800: #1B4664;
--teal-900: #122D40;
--teal-950: #0B1C28;
}