Teal
#28618A
BlueColor Codes
All color formats for development
HEX
#28618ARGB
rgb(40, 97, 138)HSL
hsl(205, 55%, 35%)OKLCH
oklch(0.474 0.089 243.1)CMYK
cmyk(71%, 30%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24587D
2#204E6F
3#1C4461
4#183A53
5#143145
6#102737
7#0C1D2A
8#08131C
9#040A0E
Tints
Lighter variations
1#3074A4
2#3786BE
3#4B96CB
4#65A5D2
5#7FB4DA
6#98C3E1
7#B2D2E9
8#CCE1F0
9#E5F0F8
Tones
Muted variations
1#2D6185
2#326081
3#375F7C
4#3C5E77
5#415D72
6#465D6D
7#4B5C68
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 | CCE1 #CCE1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CA #A4CAE5 | BordersInactive statesPlaceholder text |
| 400 | 75AE #75AED7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D97 #4D97CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 327A #327AAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2861 #28618A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D46 #1D4663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122D #122D3F | 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: #CCE1F0;
--teal-300: #A4CAE5;
--teal-400: #75AED7;
--teal-500: #4D97CB;
--teal-600: #327AAE;
--teal-700: #28618A;
--teal-800: #1D4663;
--teal-900: #122D3F;
--teal-950: #0B1C28;
}