Teal
#1A7F99
CyanColor Codes
All color formats for development
HEX
#1A7F99RGB
rgb(26, 127, 153)HSL
hsl(192, 71%, 35%)OKLCH
oklch(0.554 0.094 220.3)CMYK
cmyk(83%, 17%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#177389
2#15667A
3#12596B
4#104C5C
5#0D404C
6#0A333D
7#08262E
8#05191F
9#030D0F
Tints
Lighter variations
1#1F97B5
2#23AFD1
3#39BCDD
4#55C6E2
5#71CFE7
6#8ED9EC
7#AAE2F1
8#C6ECF5
9#E3F5FA
Tones
Muted variations
1#207B92
2#27788C
3#2D7486
4#33707F
5#3A6C79
6#406873
7#46656C
8#4D6166
9#535D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EC #C6ECF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDD #9BDDEE | BordersInactive statesPlaceholder text |
| 400 | 66CC #66CCE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BBD #3BBDDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21A0 #21A0C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A7F #1A7F99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 125B #125B6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3A #0C3A46 | Primary textHigh emphasis contentDark headings |
| 950 | 0724 #07242C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F5FA;
--teal-200: #C6ECF5;
--teal-300: #9BDDEE;
--teal-400: #66CCE5;
--teal-500: #3BBDDE;
--teal-600: #21A0C0;
--teal-700: #1A7F99;
--teal-800: #125B6D;
--teal-900: #0C3A46;
--teal-950: #07242C;
}