Teal
#28638A
BlueColor Codes
All color formats for development
HEX
#28638ARGB
rgb(40, 99, 138)HSL
hsl(204, 55%, 35%)OKLCH
oklch(0.479 0.087 241)CMYK
cmyk(71%, 28%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24597D
2#204F6F
3#1C4561
4#183B53
5#143245
6#102837
7#0C1E2A
8#08141C
9#040A0E
Tints
Lighter variations
1#3075A4
2#3788BE
3#4B98CB
4#65A6D2
5#7FB5DA
6#98C4E1
7#B2D3E9
8#CCE1F0
9#E5F0F8
Tones
Muted variations
1#2D6285
2#326181
3#37607C
4#3C5F77
5#415E72
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 | A4CB #A4CBE5 | BordersInactive statesPlaceholder text |
| 400 | 75B0 #75B0D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D99 #4D99CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 327D #327DAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2863 #28638A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D47 #1D4763 | 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: #A4CBE5;
--teal-400: #75B0D7;
--teal-500: #4D99CB;
--teal-600: #327DAE;
--teal-700: #28638A;
--teal-800: #1D4763;
--teal-900: #122D3F;
--teal-950: #0B1C28;
}