Teal
#108FA2
CyanColor Codes
All color formats for development
HEX
#108FA2RGB
rgb(16, 143, 162)HSL
hsl(188, 82%, 35%)OKLCH
oklch(0.597 0.101 211.5)CMYK
cmyk(90%, 12%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E8192
2#0D7282
3#0B6472
4#0A5661
5#084751
6#063941
7#052B31
8#031D20
9#020E10
Tints
Lighter variations
1#13A9C1
2#16C4DF
3#2CD1EA
4#4AD7ED
5#68DEF0
6#86E5F3
7#A5EBF6
8#C3F2F9
9#E1F8FC
Tones
Muted variations
1#178A9B
2#1F8494
3#267F8C
4#2D7985
5#35747E
6#3C6F77
7#43696F
8#4B6468
9#525F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F2 #C3F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E8 #94E8F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDB #5DDBEF | Disabled statesSecondary iconsMuted text |
| 500 | 2ED1 #2ED1EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14B4 #14B4CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 108F #108FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B66 #0B6674 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0741 #07414A | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DFF8FC;
--teal-200: #C3F2F9;
--teal-300: #94E8F4;
--teal-400: #5DDBEF;
--teal-500: #2ED1EA;
--teal-600: #14B4CC;
--teal-700: #108FA2;
--teal-800: #0B6674;
--teal-900: #07414A;
--teal-950: #05292E;
}