Teal
#1B8398
CyanColor Codes
All color formats for development
HEX
#1B8398RGB
rgb(27, 131, 152)HSL
hsl(190, 70%, 35%)OKLCH
oklch(0.564 0.093 215.4)CMYK
cmyk(82%, 14%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#187689
2#156979
3#135C6A
4#104F5B
5#0D414C
6#0B343D
7#08272E
8#051A1E
9#030D0F
Tints
Lighter variations
1#209BB4
2#25B4D0
3#3AC1DC
4#56CAE1
5#72D3E6
6#8EDCEB
7#AAE4F0
8#C7EDF5
9#E3F6FA
Tones
Muted variations
1#217F91
2#277B8B
3#2E7685
4#34727F
5#3A6E78
6#406A72
7#47666C
8#4D6266
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 | 9BE0 #9BE0ED | BordersInactive statesPlaceholder text |
| 400 | 67CF #67CFE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CC2 #3CC2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A5 #22A5BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B83 #1B8398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135E #135E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3C #0C3C45 | 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: #9BE0ED;
--teal-400: #67CFE4;
--teal-500: #3CC2DD;
--teal-600: #22A5BF;
--teal-700: #1B8398;
--teal-800: #135E6C;
--teal-900: #0C3C45;
--teal-950: #08252B;
}