Teal
#084D77
BlueColor Codes
All color formats for development
HEX
#084D77RGB
rgb(8, 77, 119)HSL
hsl(203, 87%, 25%)OKLCH
oklch(0.404 0.094 243.2)CMYK
cmyk(93%, 35%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07456B
2#073D5F
3#063653
4#052E48
5#04263C
6#031F30
7#021724
8#020F18
9#01080C
Tints
Lighter variations
1#0B649B
2#0D7BBF
3#1092E3
4#28A4F0
5#4CB3F3
6#70C2F5
7#94D1F8
8#B7E1FA
9#DBF0FD
Tones
Muted variations
1#0E4B72
2#134A6C
3#194967
4#1E4861
5#24465B
6#2A4556
7#2F4450
8#35424B
9#3A4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E5 #C1E5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D0 #91D0F7 | BordersInactive statesPlaceholder text |
| 400 | 58B8 #58B8F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28A4 #28A4F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F87 #0F87D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C6B #0C6BA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 084D #084D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0531 #05314C | Primary textHigh emphasis contentDark headings |
| 950 | 031F #031F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DEF1FD;
--teal-200: #C1E5FB;
--teal-300: #91D0F7;
--teal-400: #58B8F3;
--teal-500: #28A4F0;
--teal-600: #0F87D2;
--teal-700: #0C6BA7;
--teal-800: #084D77;
--teal-900: #05314C;
--teal-950: #031F30;
}