Teal
#1289A1
CyanColor Codes
All color formats for development
HEX
#1289A1RGB
rgb(18, 137, 161)HSL
hsl(190, 80%, 35%)OKLCH
oklch(0.582 0.1 216.5)CMYK
cmyk(89%, 15%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#107B91
2#0E6D81
3#0C6070
4#0B5260
5#094450
6#073740
7#052930
8#041B20
9#020E10
Tints
Lighter variations
1#15A2BE
2#18BCDC
3#2EC9E8
4#4CD1EB
5#6AD8EE
6#88E0F2
7#A5E8F5
8#C3F0F8
9#E1F7FC
Tones
Muted variations
1#19849A
2#207F92
3#277B8B
4#2E7684
5#36717D
6#3D6C76
7#44686F
8#4B6368
9#525E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E4 #95E4F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED5 #5ED5ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C9 #30C9E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16AC #16ACCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1289 #1289A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D62 #0D6273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083F #083F49 | 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: #F1FBFD;
--teal-100: #DFF7FB;
--teal-200: #C3F0F8;
--teal-300: #95E4F3;
--teal-400: #5ED5ED;
--teal-500: #30C9E8;
--teal-600: #16ACCA;
--teal-700: #1289A1;
--teal-800: #0D6273;
--teal-900: #083F49;
--teal-950: #05272E;
}