Teal
#1B8198
CyanColor Codes
All color formats for development
HEX
#1B8198RGB
rgb(27, 129, 152)HSL
hsl(191, 70%, 35%)OKLCH
oklch(0.559 0.093 217.5)CMYK
cmyk(82%, 15%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#187489
2#156779
3#135A6A
4#104D5B
5#0D404C
6#0B343D
7#08272E
8#051A1E
9#030D0F
Tints
Lighter variations
1#2099B4
2#25B1D0
3#3ABEDC
4#56C8E1
5#72D1E6
6#8EDAEB
7#AAE3F0
8#C7EDF5
9#E3F6FA
Tones
Muted variations
1#217D91
2#27798B
3#2E7585
4#34717F
5#3A6D78
6#406972
7#47656C
8#4D6166
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7ED #C7EDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDE #9BDEED | BordersInactive statesPlaceholder text |
| 400 | 67CD #67CDE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CBF #3CBFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A2 #22A2BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B81 #1B8198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135C #135C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3B #0C3B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F5FA;
--teal-200: #C7EDF5;
--teal-300: #9BDEED;
--teal-400: #67CDE4;
--teal-500: #3CBFDD;
--teal-600: #22A2BF;
--teal-700: #1B8198;
--teal-800: #135C6C;
--teal-900: #0C3B45;
--teal-950: #08252B;
}