Teal
#1185A2
CyanColor Codes
All color formats for development
HEX
#1185A2RGB
rgb(17, 133, 162)HSL
hsl(192, 81%, 35%)OKLCH
oklch(0.572 0.102 221.1)CMYK
cmyk(90%, 18%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F7791
2#0E6A81
3#0C5D71
4#0A5061
5#084251
6#073541
7#052830
8#031B20
9#020D10
Tints
Lighter variations
1#149DC0
2#17B6DE
3#2DC3E9
4#4BCCEC
5#69D4EF
6#87DDF2
7#A5E5F6
8#C3EEF9
9#E1F6FC
Tones
Muted variations
1#18809A
2#1F7C93
3#27788C
4#2E7385
5#356F7D
6#3C6B76
7#44666F
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 | C3EE #C3EEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E1 #95E1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD1 #5DD1EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC4 #2FC4E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A7 #15A7CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1185 #1185A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5F #0C5F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083D #083D4A | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DFF6FC;
--teal-200: #C3EEF9;
--teal-300: #95E1F4;
--teal-400: #5DD1EE;
--teal-500: #2FC4E9;
--teal-600: #15A7CB;
--teal-700: #1185A2;
--teal-800: #0C5F73;
--teal-900: #083D4A;
--teal-950: #05262E;
}