Teal
#084F78
BlueColor Codes
All color formats for development
HEX
#084F78RGB
rgb(8, 79, 120)HSL
hsl(202, 88%, 25%)OKLCH
oklch(0.41 0.093 242)CMYK
cmyk(93%, 34%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07476C
2#063F60
3#053754
4#052F48
5#04273C
6#031F30
7#021824
8#021018
9#01080C
Tints
Lighter variations
1#0A669C
2#0C7EC0
3#0F96E4
4#27A7F1
5#4BB6F4
6#6FC4F6
7#93D3F8
8#B7E2FA
9#DBF0FD
Tones
Muted variations
1#0D4D72
2#134C6D
3#184A67
4#1E4961
5#24475C
6#294656
7#2F4451
8#35434B
9#3A4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E6 #C1E6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D2 #91D2F8 | BordersInactive statesPlaceholder text |
| 400 | 57BB #57BBF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27A7 #27A7F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D8B #0D8BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B6E #0B6EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 084F #084F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0532 #05324D | 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: #DDF1FD;
--teal-200: #C1E6FB;
--teal-300: #91D2F8;
--teal-400: #57BBF4;
--teal-500: #27A7F1;
--teal-600: #0D8BD3;
--teal-700: #0B6EA8;
--teal-800: #084F78;
--teal-900: #05324D;
--teal-950: #031F30;
}