Teal
#118EA2
CyanColor Codes
All color formats for development
HEX
#118EA2RGB
rgb(17, 142, 162)HSL
hsl(188, 81%, 35%)OKLCH
oklch(0.595 0.101 212.5)CMYK
cmyk(90%, 12%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F8091
2#0E7281
3#0C6471
4#0A5561
5#084751
6#073941
7#052B30
8#031C20
9#020E10
Tints
Lighter variations
1#14A9C0
2#17C3DE
3#2DD0E9
4#4BD7EC
5#69DDEF
6#87E4F2
7#A5EBF6
8#C3F2F9
9#E1F8FC
Tones
Muted variations
1#18899A
2#1F8493
3#277E8C
4#2E7985
5#35747D
6#3C6E76
7#44696F
8#4B6468
9#525F60
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 | 95E7 #95E7F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDB #5DDBEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD0 #2FD0E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B3 #15B3CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 118E #118EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C66 #0C6673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0841 #08414A | 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: #95E7F4;
--teal-400: #5DDBEE;
--teal-500: #2FD0E9;
--teal-600: #15B3CB;
--teal-700: #118EA2;
--teal-800: #0C6673;
--teal-900: #08414A;
--teal-950: #05292E;
}