Teal
#1F6F93
BlueColor Codes
All color formats for development
HEX
#1F6F93RGB
rgb(31, 111, 147)HSL
hsl(199, 65%, 35%)OKLCH
oklch(0.512 0.093 232.7)CMYK
cmyk(79%, 24%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C6385
2#195876
3#164D67
4#134258
5#10374A
6#0C2C3B
7#09212C
8#06161D
9#030B0F
Tints
Lighter variations
1#2583AF
2#2B98CA
3#40A7D6
4#5BB3DC
5#76C0E2
6#92CDE8
7#ADD9EE
8#C8E6F3
9#E4F2F9
Tones
Muted variations
1#256C8D
2#2B6A88
3#316882
4#36667C
5#3C6476
6#426270
7#48606B
8#4E5E65
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 | C8E6 #C8E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED2 #9ED2EA | BordersInactive statesPlaceholder text |
| 400 | 6CBB #6CBBE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42A8 #42A8D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 278B #278BB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F6F #1F6F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164F #164F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E33 #0E3343 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E2F1F9;
--teal-200: #C8E6F3;
--teal-300: #9ED2EA;
--teal-400: #6CBBE0;
--teal-500: #42A8D7;
--teal-600: #278BB9;
--teal-700: #1F6F93;
--teal-800: #164F69;
--teal-900: #0E3343;
--teal-950: #09202A;
}