Teal
#095677
BlueColor Codes
All color formats for development
HEX
#095677RGB
rgb(9, 86, 119)HSL
hsl(198, 86%, 25%)OKLCH
oklch(0.428 0.086 234.2)CMYK
cmyk(92%, 28%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084D6B
2#07455F
3#063C53
4#053347
5#042B3B
6#04222F
7#031A24
8#021118
9#01090C
Tints
Lighter variations
1#0C6F9A
2#0E89BE
3#11A3E1
4#2AB4EF
5#4DC0F2
6#71CDF4
7#94D9F7
8#B8E6FA
9#DBF2FC
Tones
Muted variations
1#0E5371
2#14516C
3#194F66
4#1F4D61
5#244B5B
6#2A4956
7#2F4650
8#35444B
9#3A4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E9 #C1E9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D9 #92D9F7 | BordersInactive statesPlaceholder text |
| 400 | 59C4 #59C4F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AB4 #2AB4EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1097 #1097D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C78 #0C78A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0956 #095677 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0637 #06374C | Primary textHigh emphasis contentDark headings |
| 950 | 0422 #04222F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DEF3FD;
--teal-200: #C1E9FA;
--teal-300: #92D9F7;
--teal-400: #59C4F3;
--teal-500: #2AB4EF;
--teal-600: #1097D1;
--teal-700: #0C78A6;
--teal-800: #095677;
--teal-900: #06374C;
--teal-950: #04222F;
}