Teal
#1F7E93
CyanColor Codes
All color formats for development
HEX
#1F7E93RGB
rgb(31, 126, 147)HSL
hsl(191, 65%, 35%)OKLCH
oklch(0.55 0.089 216.5)CMYK
cmyk(79%, 14%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C7185
2#196576
3#165867
4#134C58
5#103F4A
6#0C323B
7#09262C
8#06191D
9#030D0F
Tints
Lighter variations
1#2595AF
2#2BADCA
3#40BBD6
4#5BC4DC
5#76CEE2
6#92D8E8
7#ADE2EE
8#C8EBF3
9#E4F5F9
Tones
Muted variations
1#257A8D
2#2B7788
3#317382
4#366F7C
5#3C6C76
6#426870
7#48646B
8#4E6165
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EB #C8EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDC #9EDCEA | BordersInactive statesPlaceholder text |
| 400 | 6CCA #6CCAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42BB #42BBD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 279E #279EB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F7E #1F7E93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165A #165A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3A #0E3A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFC;
--teal-100: #E2F4F9;
--teal-200: #C8EBF3;
--teal-300: #9EDCEA;
--teal-400: #6CCAE0;
--teal-500: #42BBD7;
--teal-600: #279EB9;
--teal-700: #1F7E93;
--teal-800: #165A69;
--teal-900: #0E3A43;
--teal-950: #09242A;
}