Teal
#1286A1
CyanColor Codes
All color formats for development
HEX
#1286A1RGB
rgb(18, 134, 161)HSL
hsl(191, 80%, 35%)OKLCH
oklch(0.574 0.1 219.4)CMYK
cmyk(89%, 17%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#107991
2#0E6C81
3#0C5E70
4#0B5160
5#094350
6#073640
7#052830
8#041B20
9#020D10
Tints
Lighter variations
1#159FBE
2#18B8DC
3#2EC6E8
4#4CCEEB
5#6AD6EE
6#88DEF2
7#A5E6F5
8#C3EFF8
9#E1F7FC
Tones
Muted variations
1#19829A
2#207D92
3#27798B
4#2E7484
5#36707D
6#3D6B76
7#44676F
8#4B6268
9#525E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EF #C3EFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E2 #95E2F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED3 #5ED3ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C6 #30C6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A9 #16A9CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1286 #1286A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D60 #0D6073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083D #083D49 | 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: #F1FBFD;
--teal-100: #DFF6FB;
--teal-200: #C3EFF8;
--teal-300: #95E2F3;
--teal-400: #5ED3ED;
--teal-500: #30C6E8;
--teal-600: #16A9CA;
--teal-700: #1286A1;
--teal-800: #0D6073;
--teal-900: #083D49;
--teal-950: #05262E;
}