Teal
#1180A2
CyanColor Codes
All color formats for development
HEX
#1180A2RGB
rgb(17, 128, 162)HSL
hsl(194, 81%, 35%)OKLCH
oklch(0.559 0.103 225.7)CMYK
cmyk(90%, 21%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F7391
2#0E6681
3#0C5971
4#0A4D61
5#084051
6#073341
7#052630
8#031A20
9#020D10
Tints
Lighter variations
1#1498C0
2#17AFDE
3#2DBDE9
4#4BC7EC
5#69D0EF
6#87D9F2
7#A5E3F6
8#C3ECF9
9#E1F6FC
Tones
Muted variations
1#187C9A
2#1F7893
3#27748C
4#2E7085
5#356D7D
6#3C6976
7#44656F
8#4B6168
9#525D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EC #C3ECF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DE #95DEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCC #5DCCEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FBE #2FBEE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A1 #15A1CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1180 #1180A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5B #0C5B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083A #083A4A | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DFF5FC;
--teal-200: #C3ECF9;
--teal-300: #95DEF4;
--teal-400: #5DCCEE;
--teal-500: #2FBEE9;
--teal-600: #15A1CB;
--teal-700: #1180A2;
--teal-800: #0C5B73;
--teal-900: #083A4A;
--teal-950: #05252E;
}