Teal
#108AA2
CyanColor Codes
All color formats for development
HEX
#108AA2RGB
rgb(16, 138, 162)HSL
hsl(190, 82%, 35%)OKLCH
oklch(0.585 0.101 216.3)CMYK
cmyk(90%, 15%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7C92
2#0D6E82
3#0B6172
4#0A5361
5#084551
6#063741
7#052931
8#031C20
9#020E10
Tints
Lighter variations
1#13A4C1
2#16BDDF
3#2CCAEA
4#4AD2ED
5#68D9F0
6#86E1F3
7#A5E8F6
8#C3F0F9
9#E1F7FC
Tones
Muted variations
1#17859B
2#1F8094
3#267B8C
4#2D7785
5#35727E
6#3C6D77
7#43686F
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 | C3F0 #C3F0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E4 #94E4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD7 #5DD7EF | Disabled statesSecondary iconsMuted text |
| 500 | 2ECB #2ECBEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14AE #14AECC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 108A #108AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B63 #0B6374 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073F #073F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DFF7FC;
--teal-200: #C3F0F9;
--teal-300: #94E4F4;
--teal-400: #5DD7EF;
--teal-500: #2ECBEA;
--teal-600: #14AECC;
--teal-700: #108AA2;
--teal-800: #0B6374;
--teal-900: #073F4A;
--teal-950: #05272E;
}