Teal
#1B8598
CyanColor Codes
All color formats for development
HEX
#1B8598RGB
rgb(27, 133, 152)HSL
hsl(189, 70%, 35%)OKLCH
oklch(0.569 0.093 213.3)CMYK
cmyk(82%, 12%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#187889
2#156A79
3#135D6A
4#10505B
5#0D424C
6#0B353D
7#08282E
8#051B1E
9#030D0F
Tints
Lighter variations
1#209EB4
2#25B6D0
3#3AC4DC
4#56CCE1
5#72D5E6
6#8EDDEB
7#AAE6F0
8#C7EEF5
9#E3F7FA
Tones
Muted variations
1#218191
2#277C8B
3#2E7885
4#34737F
5#3A6F78
6#406B72
7#47666C
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 | C7EE #C7EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE1 #9BE1ED | BordersInactive statesPlaceholder text |
| 400 | 67D1 #67D1E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CC4 #3CC4DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A7 #22A7BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B85 #1B8598 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135F #135F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3D #0C3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F6FA;
--teal-200: #C7EEF5;
--teal-300: #9BE1ED;
--teal-400: #67D1E4;
--teal-500: #3CC4DD;
--teal-600: #22A7BF;
--teal-700: #1B8598;
--teal-800: #135F6C;
--teal-900: #0C3D45;
--teal-950: #08262B;
}