Teal
#1399A0
CyanColor Codes
All color formats for development
HEX
#1399A0RGB
rgb(19, 153, 160)HSL
hsl(183, 79%, 35%)OKLCH
oklch(0.622 0.103 200.7)CMYK
cmyk(88%, 4%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#118990
2#0F7A80
3#0D6B70
4#0B5C60
5#094C50
6#073D40
7#062E30
8#041F20
9#020F10
Tints
Lighter variations
1#16B5BD
2#1AD1DB
3#2FDDE7
4#4DE2EA
5#6BE7EE
6#88ECF1
7#A6F1F5
8#C4F5F8
9#E1FAFC
Tones
Muted variations
1#1A9299
2#218C92
3#28868B
4#2F7F84
5#36797D
6#3D7375
7#446C6E
8#4B6667
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F5 #C4F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96EE #96EEF3 | BordersInactive statesPlaceholder text |
| 400 | 5FE5 #5FE5EC | Disabled statesSecondary iconsMuted text |
| 500 | 32DE #32DEE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C0 #18C0C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1399 #1399A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6D #0D6D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0946 #094649 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFAFB;
--teal-200: #C4F5F8;
--teal-300: #96EEF3;
--teal-400: #5FE5EC;
--teal-500: #32DEE7;
--teal-600: #18C0C9;
--teal-700: #1399A0;
--teal-800: #0D6D72;
--teal-900: #094649;
--teal-950: #052C2E;
}