Teal
#1A7B99
CyanColor Codes
All color formats for development
HEX
#1A7B99RGB
rgb(26, 123, 153)HSL
hsl(194, 71%, 35%)OKLCH
oklch(0.544 0.095 224.4)CMYK
cmyk(83%, 20%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#176F89
2#15627A
3#12566B
4#104A5C
5#0D3E4C
6#0A313D
7#08252E
8#05191F
9#030C0F
Tints
Lighter variations
1#1F92B5
2#23A9D1
3#39B7DD
4#55C1E2
5#71CCE7
6#8ED6EC
7#AAE0F1
8#C6EAF5
9#E3F5FA
Tones
Muted variations
1#207892
2#27748C
3#2D7186
4#336E7F
5#3A6A79
6#406773
7#46636C
8#4D6066
9#535D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EA #C6EAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDB #9BDBEE | BordersInactive statesPlaceholder text |
| 400 | 66C8 #66C8E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BB8 #3BB8DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 219B #219BC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A7B #1A7B99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1258 #12586D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C38 #0C3846 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F4FA;
--teal-200: #C6EAF5;
--teal-300: #9BDBEE;
--teal-400: #66C8E5;
--teal-500: #3BB8DE;
--teal-600: #219BC0;
--teal-700: #1A7B99;
--teal-800: #12586D;
--teal-900: #0C3846;
--teal-950: #07232C;
}