Teal
#1F8D93
CyanColor Codes
All color formats for development
HEX
#1F8D93RGB
rgb(31, 141, 147)HSL
hsl(183, 65%, 35%)OKLCH
oklch(0.588 0.093 200.6)CMYK
cmyk(79%, 4%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C7F85
2#197176
3#166367
4#135558
5#10474A
6#0C393B
7#092A2C
8#061C1D
9#030E0F
Tints
Lighter variations
1#25A8AF
2#2BC2CA
3#40CFD6
4#5BD6DC
5#76DDE2
6#92E3E8
7#ADEAEE
8#C8F1F3
9#E4F8F9
Tones
Muted variations
1#25888D
2#2B8388
3#317E82
4#36797C
5#3C7376
6#426E70
7#48696B
8#4E6465
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F1 #C8F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE7 #9EE7EA | BordersInactive statesPlaceholder text |
| 400 | 6CDA #6CDAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CF #42CFD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B2 #27B2B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8D #1F8D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1665 #166569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E41 #0E4143 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F8F9;
--teal-200: #C8F1F3;
--teal-300: #9EE7EA;
--teal-400: #6CDAE0;
--teal-500: #42CFD7;
--teal-600: #27B2B9;
--teal-700: #1F8D93;
--teal-800: #166569;
--teal-900: #0E4143;
--teal-950: #09282A;
}