Teal
#1088A2
CyanColor Codes
All color formats for development
HEX
#1088A2RGB
rgb(16, 136, 162)HSL
hsl(191, 82%, 35%)OKLCH
oklch(0.58 0.101 218.2)CMYK
cmyk(90%, 16%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7A92
2#0D6C82
3#0B5F72
4#0A5161
5#084451
6#063641
7#052931
8#031B20
9#020E10
Tints
Lighter variations
1#13A1C1
2#16BADF
3#2CC7EA
4#4ACFED
5#68D7F0
6#86DFF3
7#A5E7F6
8#C3EFF9
9#E1F7FC
Tones
Muted variations
1#17839B
2#1F7E94
3#267A8C
4#2D7585
5#35707E
6#3C6C77
7#43676F
8#4B6368
9#525E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EF #C3EFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E3 #94E3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD4 #5DD4EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EC8 #2EC8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14AA #14AACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1088 #1088A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B61 #0B6174 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073E #073E4A | 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: #F1FBFE;
--teal-100: #DFF6FC;
--teal-200: #C3EFF9;
--teal-300: #94E3F4;
--teal-400: #5DD4EF;
--teal-500: #2EC8EA;
--teal-600: #14AACC;
--teal-700: #1088A2;
--teal-800: #0B6174;
--teal-900: #073E4A;
--teal-950: #05272E;
}