Teal
#1F6D93
BlueColor Codes
All color formats for development
HEX
#1F6D93RGB
rgb(31, 109, 147)HSL
hsl(200, 65%, 35%)OKLCH
oklch(0.507 0.094 234.8)CMYK
cmyk(79%, 26%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C6285
2#195776
3#164C67
4#134158
5#10364A
6#0C2B3B
7#09212C
8#06161D
9#030B0F
Tints
Lighter variations
1#2581AF
2#2B95CA
3#40A4D6
4#5BB1DC
5#76BEE2
6#92CBE8
7#ADD8EE
8#C8E5F3
9#E4F2F9
Tones
Muted variations
1#256B8D
2#2B6988
3#316782
4#36657C
5#3C6376
6#426170
7#485F6B
8#4E5D65
9#535B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E5 #C8E5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED1 #9ED1EA | BordersInactive statesPlaceholder text |
| 400 | 6CB9 #6CB9E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42A5 #42A5D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2789 #2789B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F6D #1F6D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164E #164E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E32 #0E3243 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E2F1F9;
--teal-200: #C8E5F3;
--teal-300: #9ED1EA;
--teal-400: #6CB9E0;
--teal-500: #42A5D7;
--teal-600: #2789B9;
--teal-700: #1F6D93;
--teal-800: #164E69;
--teal-900: #0E3243;
--teal-950: #091F2A;
}