Teal
#11626E
CyanColor Codes
All color formats for development
HEX
#11626ERGB
rgb(17, 98, 110)HSL
hsl(188, 73%, 25%)OKLCH
oklch(0.457 0.074 210.3)CMYK
cmyk(85%, 11%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F5863
2#0E4E58
3#0C454D
4#0A3B42
5#093137
6#07272C
7#051D21
8#031416
9#020A0B
Tints
Lighter variations
1#167F8F
2#1C9DB0
3#21BAD2
4#38CAE0
5#5AD3E5
6#7BDBEA
7#9CE4F0
8#BDEDF5
9#DEF6FA
Tones
Muted variations
1#165E6A
2#1B5B65
3#1F5860
4#24545C
5#285157
6#2D4D52
7#324A4E
8#364749
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE4 #9AE4EF | BordersInactive statesPlaceholder text |
| 400 | 65D6 #65D6E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CA #38CAE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAC #1EACC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1889 #18899A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1162 #11626E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3F #0B3F47 | Primary textHigh emphasis contentDark headings |
| 950 | 0727 #07272C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F7FA;
--teal-200: #C6F0F6;
--teal-300: #9AE4EF;
--teal-400: #65D6E7;
--teal-500: #38CAE0;
--teal-600: #1EACC2;
--teal-700: #18899A;
--teal-800: #11626E;
--teal-900: #0B3F47;
--teal-950: #07272C;
}