Teal
#1187A2
CyanColor Codes
All color formats for development
HEX
#1187A2RGB
rgb(17, 135, 162)HSL
hsl(191, 81%, 35%)OKLCH
oklch(0.577 0.101 219.2)CMYK
cmyk(90%, 17%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F7A91
2#0E6C81
3#0C5F71
4#0A5161
5#084451
6#073641
7#052930
8#031B20
9#020E10
Tints
Lighter variations
1#14A0C0
2#17B9DE
3#2DC6E9
4#4BCFEC
5#69D7EF
6#87DFF2
7#A5E7F6
8#C3EFF9
9#E1F7FC
Tones
Muted variations
1#18829A
2#1F7E93
3#27798C
4#2E7585
5#35707D
6#3C6C76
7#44676F
8#4B6268
9#525E60
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 | 95E2 #95E2F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD4 #5DD4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC7 #2FC7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15AA #15AACB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1187 #1187A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C60 #0C6073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083E #083E4A | 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: #95E2F4;
--teal-400: #5DD4EE;
--teal-500: #2FC7E9;
--teal-600: #15AACB;
--teal-700: #1187A2;
--teal-800: #0C6073;
--teal-900: #083E4A;
--teal-950: #05272E;
}