Teal
#28658A
BlueColor Codes
All color formats for development
HEX
#28658ARGB
rgb(40, 101, 138)HSL
hsl(203, 55%, 35%)OKLCH
oklch(0.484 0.086 238.9)CMYK
cmyk(71%, 27%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#245B7D
2#20516F
3#1C4661
4#183C53
5#143245
6#102837
7#0C1E2A
8#08141C
9#040A0E
Tints
Lighter variations
1#3077A4
2#378ABE
3#4B9ACB
4#65A8D2
5#7FB7DA
6#98C5E1
7#B2D4E9
8#CCE2F0
9#E5F1F8
Tones
Muted variations
1#2D6485
2#326281
3#37617C
4#3C6077
5#415F72
6#465E6D
7#4B5D68
8#4F5C63
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 | CCE2 #CCE2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CC #A4CCE5 | BordersInactive statesPlaceholder text |
| 400 | 75B1 #75B1D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D9B #4D9BCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 327F #327FAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2865 #28658A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D48 #1D4863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122E #122E3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3EFF7;
--teal-200: #CCE2F0;
--teal-300: #A4CCE5;
--teal-400: #75B1D7;
--teal-500: #4D9BCB;
--teal-600: #327FAE;
--teal-700: #28658A;
--teal-800: #1D4863;
--teal-900: #122E3F;
--teal-950: #0B1D28;
}