Teal
#128BA1
CyanColor Codes
All color formats for development
HEX
#128BA1RGB
rgb(18, 139, 161)HSL
hsl(189, 80%, 35%)OKLCH
oklch(0.587 0.1 214.6)CMYK
cmyk(89%, 14%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#107D91
2#0E6F81
3#0C6170
4#0B5460
5#094650
6#073840
7#052A30
8#041C20
9#020E10
Tints
Lighter variations
1#15A5BE
2#18BFDC
3#2ECCE8
4#4CD3EB
5#6ADBEE
6#88E2F2
7#A5E9F5
8#C3F0F8
9#E1F8FC
Tones
Muted variations
1#19869A
2#208192
3#277C8B
4#2E7784
5#36727D
6#3D6D76
7#44686F
8#4B6368
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 | C3F0 #C3F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E5 #95E5F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED8 #5ED8ED | Disabled statesSecondary iconsMuted text |
| 500 | 30CD #30CDE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16AF #16AFCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 128B #128BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D63 #0D6373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0840 #084049 | 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: #C3F0F8;
--teal-300: #95E5F3;
--teal-400: #5ED8ED;
--teal-500: #30CDE8;
--teal-600: #16AFCA;
--teal-700: #128BA1;
--teal-800: #0D6373;
--teal-900: #084049;
--teal-950: #05282E;
}