Teal
#28728A
BlueColor Codes
All color formats for development
HEX
#28728ARGB
rgb(40, 114, 138)HSL
hsl(195, 55%, 35%)OKLCH
oklch(0.517 0.08 223.3)CMYK
cmyk(71%, 17%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24667D
2#205B6F
3#1C5061
4#184453
5#143945
6#102E37
7#0C222A
8#08171C
9#040B0E
Tints
Lighter variations
1#3087A4
2#379CBE
3#4BABCB
4#65B7D2
5#7FC3DA
6#98CFE1
7#B2DBE9
8#CCE7F0
9#E5F3F8
Tones
Muted variations
1#2D6F85
2#326D81
3#376A7C
4#3C6877
5#416672
6#46636D
7#4B6168
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 | CCE7 #CCE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D4 #A4D4E5 | BordersInactive statesPlaceholder text |
| 400 | 75BE #75BED7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DAC #4DACCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 328F #328FAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2872 #28728A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D51 #1D5163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1234 #12343F | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F2F7;
--teal-200: #CCE7F0;
--teal-300: #A4D4E5;
--teal-400: #75BED7;
--teal-500: #4DACCB;
--teal-600: #328FAE;
--teal-700: #28728A;
--teal-800: #1D5163;
--teal-900: #12343F;
--teal-950: #0B2128;
}