Teal
#1F8C93
CyanColor Codes
All color formats for development
HEX
#1F8C93RGB
rgb(31, 140, 147)HSL
hsl(184, 65%, 35%)OKLCH
oklch(0.586 0.092 201.6)CMYK
cmyk(79%, 5%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C7E85
2#197076
3#166267
4#135458
5#10464A
6#0C383B
7#092A2C
8#061C1D
9#030E0F
Tints
Lighter variations
1#25A5AF
2#2BBFCA
3#40CCD6
4#5BD4DC
5#76DBE2
6#92E2E8
7#ADE9EE
8#C8F1F3
9#E4F8F9
Tones
Muted variations
1#25868D
2#2B8188
3#317C82
4#36777C
5#3C7276
6#426D70
7#48686B
8#4E6365
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F1 #C8F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE5 #9EE5EA | BordersInactive statesPlaceholder text |
| 400 | 6CD8 #6CD8E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CD #42CDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27AF #27AFB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8C #1F8C93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1664 #166469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E40 #0E4043 | 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: #E2F7F9;
--teal-200: #C8F1F3;
--teal-300: #9EE5EA;
--teal-400: #6CD8E0;
--teal-500: #42CDD7;
--teal-600: #27AFB9;
--teal-700: #1F8C93;
--teal-800: #166469;
--teal-900: #0E4043;
--teal-950: #09282A;
}