Teal
#28788A
CyanColor Codes
All color formats for development
HEX
#28788ARGB
rgb(40, 120, 138)HSL
hsl(191, 55%, 35%)OKLCH
oklch(0.533 0.08 215.8)CMYK
cmyk(71%, 13%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#246C7D
2#20606F
3#1C5461
4#184853
5#143C45
6#103037
7#0C242A
8#08181C
9#040C0E
Tints
Lighter variations
1#308FA4
2#37A5BE
3#4BB3CB
4#65BED2
5#7FC9DA
6#98D4E1
7#B2DFE9
8#CCE9F0
9#E5F4F8
Tones
Muted variations
1#2D7585
2#327281
3#376F7C
4#3C6C77
5#416972
6#46666D
7#4B6368
8#4F5F63
9#545C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE9 #CCE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D9 #A4D9E5 | BordersInactive statesPlaceholder text |
| 400 | 75C5 #75C5D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB4 #4DB4CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3297 #3297AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2878 #28788A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D56 #1D5663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #12373F | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F3F7;
--teal-200: #CCE9F0;
--teal-300: #A4D9E5;
--teal-400: #75C5D7;
--teal-500: #4DB4CB;
--teal-600: #3297AE;
--teal-700: #28788A;
--teal-800: #1D5663;
--teal-900: #12373F;
--teal-950: #0B2228;
}