Teal
#138BA0
CyanColor Codes
All color formats for development
HEX
#138BA0RGB
rgb(19, 139, 160)HSL
hsl(189, 79%, 35%)OKLCH
oklch(0.587 0.099 213.8)CMYK
cmyk(88%, 13%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#117D90
2#0F6F80
3#0D6170
4#0B5360
5#094550
6#073740
7#062A30
8#041C20
9#020E10
Tints
Lighter variations
1#16A4BD
2#1ABEDB
3#2FCBE7
4#4DD3EA
5#6BDAEE
6#88E1F1
7#A6E9F5
8#C4F0F8
9#E1F8FC
Tones
Muted variations
1#1A8699
2#218192
3#287C8B
4#2F7784
5#36727D
6#3D6D75
7#44686E
8#4B6367
9#525E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F0 #C4F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E5 #96E5F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD7 #5FD7EC | Disabled statesSecondary iconsMuted text |
| 500 | 32CC #32CCE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18AE #18AEC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138B #138BA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D63 #0D6372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF7FB;
--teal-200: #C4F0F8;
--teal-300: #96E5F3;
--teal-400: #5FD7EC;
--teal-500: #32CCE7;
--teal-600: #18AEC9;
--teal-700: #138BA0;
--teal-800: #0D6372;
--teal-900: #093F49;
--teal-950: #05282E;
}