Teal
#138DA0
CyanColor Codes
All color formats for development
HEX
#138DA0RGB
rgb(19, 141, 160)HSL
hsl(188, 79%, 35%)OKLCH
oklch(0.592 0.1 211.9)CMYK
cmyk(88%, 12%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#117F90
2#0F7180
3#0D6370
4#0B5560
5#094650
6#073840
7#062A30
8#041C20
9#020E10
Tints
Lighter variations
1#16A7BD
2#1AC1DB
3#2FCEE7
4#4DD5EA
5#6BDCEE
6#88E3F1
7#A6EAF5
8#C4F1F8
9#E1F8FC
Tones
Muted variations
1#1A8899
2#218392
3#287D8B
4#2F7884
5#36737D
6#3D6E75
7#44696E
8#4B6467
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 | C4F1 #C4F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E6 #96E6F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD9 #5FD9EC | Disabled statesSecondary iconsMuted text |
| 500 | 32CF #32CFE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B1 #18B1C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138D #138DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D65 #0D6572 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0940 #094049 | 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: #C4F1F8;
--teal-300: #96E6F3;
--teal-400: #5FD9EC;
--teal-500: #32CFE7;
--teal-600: #18B1C9;
--teal-700: #138DA0;
--teal-800: #0D6572;
--teal-900: #094049;
--teal-950: #05282E;
}