Teal
#28778A
CyanColor Codes
All color formats for development
HEX
#28778ARGB
rgb(40, 119, 138)HSL
hsl(192, 55%, 35%)OKLCH
oklch(0.53 0.08 217)CMYK
cmyk(71%, 14%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#246B7D
2#205F6F
3#1C5361
4#184753
5#143B45
6#102F37
7#0C242A
8#08181C
9#040C0E
Tints
Lighter variations
1#308DA4
2#37A3BE
3#4BB1CB
4#65BCD2
5#7FC7DA
6#98D3E1
7#B2DEE9
8#CCE9F0
9#E5F4F8
Tones
Muted variations
1#2D7485
2#327181
3#376E7C
4#3C6B77
5#416872
6#46656D
7#4B6268
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 | A4D8 #A4D8E5 | BordersInactive statesPlaceholder text |
| 400 | 75C3 #75C3D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB2 #4DB2CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3295 #3295AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2877 #28778A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D55 #1D5563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #12363F | 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: #A4D8E5;
--teal-400: #75C3D7;
--teal-500: #4DB2CB;
--teal-600: #3295AE;
--teal-700: #28778A;
--teal-800: #1D5563;
--teal-900: #12363F;
--teal-950: #0B2228;
}