Teal
#1F8A93
CyanColor Codes
All color formats for development
HEX
#1F8A93RGB
rgb(31, 138, 147)HSL
hsl(185, 65%, 35%)OKLCH
oklch(0.581 0.092 203.6)CMYK
cmyk(79%, 6%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C7C85
2#196E76
3#166067
4#135358
5#10454A
6#0C373B
7#09292C
8#061C1D
9#030E0F
Tints
Lighter variations
1#25A3AF
2#2BBDCA
3#40CAD6
4#5BD1DC
5#76D9E2
6#92E1E8
7#ADE8EE
8#C8F0F3
9#E4F7F9
Tones
Muted variations
1#25858D
2#2B8088
3#317B82
4#36767C
5#3C7176
6#426D70
7#48686B
8#4E6365
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE4 #9EE4EA | BordersInactive statesPlaceholder text |
| 400 | 6CD6 #6CD6E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CA #42CAD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27AD #27ADB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8A #1F8A93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1662 #166269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3F #0E3F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E2F7F9;
--teal-200: #C8F0F3;
--teal-300: #9EE4EA;
--teal-400: #6CD6E0;
--teal-500: #42CAD7;
--teal-600: #27ADB9;
--teal-700: #1F8A93;
--teal-800: #166269;
--teal-900: #0E3F43;
--teal-950: #09272A;
}