Teal
#28608A
BlueColor Codes
All color formats for development
HEX
#28608ARGB
rgb(40, 96, 138)HSL
hsl(206, 55%, 35%)OKLCH
oklch(0.472 0.09 244.2)CMYK
cmyk(71%, 30%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24567D
2#204D6F
3#1C4361
4#183953
5#143045
6#102637
7#0C1D2A
8#08131C
9#040A0E
Tints
Lighter variations
1#3072A4
2#3783BE
3#4B93CB
4#65A3D2
5#7FB2DA
6#98C2E1
7#B2D1E9
8#CCE0F0
9#E5F0F8
Tones
Muted variations
1#2D5F85
2#325E81
3#375E7C
4#3C5D77
5#415D72
6#465C6D
7#4B5B68
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 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C9 #A4C9E5 | BordersInactive statesPlaceholder text |
| 400 | 75AC #75ACD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D95 #4D95CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3278 #3278AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2860 #28608A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D44 #1D4463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122C #122C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3EEF7;
--teal-200: #CCE0F0;
--teal-300: #A4C9E5;
--teal-400: #75ACD7;
--teal-500: #4D95CB;
--teal-600: #3278AE;
--teal-700: #28608A;
--teal-800: #1D4463;
--teal-900: #122C3F;
--teal-950: #0B1B28;
}