Teal
#28708A
BlueColor Codes
All color formats for development
HEX
#28708ARGB
rgb(40, 112, 138)HSL
hsl(196, 55%, 35%)OKLCH
oklch(0.512 0.081 225.8)CMYK
cmyk(71%, 19%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24657D
2#205A6F
3#1C4F61
4#184353
5#143845
6#102D37
7#0C222A
8#08161C
9#040B0E
Tints
Lighter variations
1#3085A4
2#379ABE
3#4BA9CB
4#65B5D2
5#7FC1DA
6#98CEE1
7#B2DAE9
8#CCE6F0
9#E5F3F8
Tones
Muted variations
1#2D6E85
2#326C81
3#37697C
4#3C6777
5#416572
6#46626D
7#4B6068
8#4F5E63
9#545C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE6 #CCE6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D3 #A4D3E5 | BordersInactive statesPlaceholder text |
| 400 | 75BD #75BDD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DAA #4DAACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 328D #328DAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2870 #28708A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D50 #1D5063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1233 #12333F | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F2F7;
--teal-200: #CCE6F0;
--teal-300: #A4D3E5;
--teal-400: #75BDD7;
--teal-500: #4DAACB;
--teal-600: #328DAE;
--teal-700: #28708A;
--teal-800: #1D5063;
--teal-900: #12333F;
--teal-950: #0B2028;
}