Teal
#125E6D
CyanColor Codes
All color formats for development
HEX
#125E6DRGB
rgb(18, 94, 109)HSL
hsl(190, 72%, 25%)OKLCH
oklch(0.446 0.073 214.8)CMYK
cmyk(83%, 14%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#105563
2#0E4B58
3#0C424D
4#0B3942
5#092F37
6#07262C
7#051C21
8#041316
9#02090B
Tints
Lighter variations
1#177B8F
2#1D97AF
3#22B3D0
4#3AC3DF
5#5BCDE4
6#7BD7EA
7#9CE1EF
8#BDEBF4
9#DEF5FA
Tones
Muted variations
1#165B69
2#1B5864
3#205560
4#24525B
5#294F57
6#2D4C52
7#32494E
8#374649
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EE #C6EEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE1 #9AE1EF | BordersInactive statesPlaceholder text |
| 400 | 65D1 #65D1E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AC3 #3AC3DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FA6 #1FA6C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1984 #19849A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 125E #125E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3C #0B3C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0726 #07262C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F6FA;
--teal-200: #C6EEF6;
--teal-300: #9AE1EF;
--teal-400: #65D1E6;
--teal-500: #3AC3DF;
--teal-600: #1FA6C1;
--teal-700: #19849A;
--teal-800: #125E6E;
--teal-900: #0B3C46;
--teal-950: #07262C;
}