Teal
#108CA2
CyanColor Codes
All color formats for development
HEX
#108CA2RGB
rgb(16, 140, 162)HSL
hsl(189, 82%, 35%)OKLCH
oklch(0.59 0.101 214.4)CMYK
cmyk(90%, 14%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7E92
2#0D7082
3#0B6272
4#0A5461
5#084651
6#063841
7#052A31
8#031C20
9#020E10
Tints
Lighter variations
1#13A7C1
2#16C1DF
3#2CCEEA
4#4AD5ED
5#68DCF0
6#86E3F3
7#A5EAF6
8#C3F1F9
9#E1F8FC
Tones
Muted variations
1#17879B
2#1F8294
3#267D8C
4#2D7885
5#35737E
6#3C6E77
7#43696F
8#4B6368
9#525E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F1 #C3F1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E6 #94E6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD9 #5DD9EF | Disabled statesSecondary iconsMuted text |
| 500 | 2ECE #2ECEEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14B1 #14B1CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 108C #108CA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B64 #0B6474 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0740 #07404A | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DFF7FC;
--teal-200: #C3F1F9;
--teal-300: #94E6F4;
--teal-400: #5DD9EF;
--teal-500: #2ECEEA;
--teal-600: #14B1CC;
--teal-700: #108CA2;
--teal-800: #0B6474;
--teal-900: #07404A;
--teal-950: #05282E;
}