Teal
#1B8798
CyanColor Codes
All color formats for development
HEX
#1B8798RGB
rgb(27, 135, 152)HSL
hsl(188, 70%, 35%)OKLCH
oklch(0.574 0.094 211.2)CMYK
cmyk(82%, 11%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#187A89
2#156C79
3#135F6A
4#10515B
5#0D444C
6#0B363D
7#08292E
8#051B1E
9#030E0F
Tints
Lighter variations
1#20A0B4
2#25B9D0
3#3AC7DC
4#56CFE1
5#72D7E6
6#8EDFEB
7#AAE7F0
8#C7EFF5
9#E3F7FA
Tones
Muted variations
1#218291
2#277E8B
3#2E7985
4#34757F
5#3A7078
6#406C72
7#47676C
8#4D6266
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE2 #9BE2ED | BordersInactive statesPlaceholder text |
| 400 | 67D4 #67D4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CC7 #3CC7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22AA #22AABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B87 #1B8798 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1360 #13606C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3E #0C3E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F6FA;
--teal-200: #C7EFF5;
--teal-300: #9BE2ED;
--teal-400: #67D4E4;
--teal-500: #3CC7DD;
--teal-600: #22AABF;
--teal-700: #1B8798;
--teal-800: #13606C;
--teal-900: #0C3E45;
--teal-950: #08272B;
}