Teal
#0782AB
BlueColor Codes
All color formats for development
HEX
#0782ABRGB
rgb(7, 130, 171)HSL
hsl(195, 92%, 35%)OKLCH
oklch(0.568 0.111 229.6)CMYK
cmyk(96%, 24%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06759A
2#066889
3#055B78
4#044E67
5#044156
6#033445
7#022733
8#011A22
9#010D11
Tints
Lighter variations
1#089BCB
2#0AB3EB
3#20C0F6
4#40C9F7
5#60D2F8
6#80DBFA
7#A0E4FB
8#BFEDFC
9#DFF6FE
Tones
Muted variations
1#0F7EA3
2#187A9B
3#207693
4#28728B
5#306E82
6#386A7A
7#416672
8#49616A
9#515D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFED #BFEDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDF #8EDFFA | BordersInactive statesPlaceholder text |
| 400 | 54CF #54CFF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C1 #23C1F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09A4 #09A4D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0782 #0782AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 055D #055D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033C #033C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFE;
--teal-100: #DDF5FE;
--teal-200: #BFEDFC;
--teal-300: #8EDFFA;
--teal-400: #54CFF8;
--teal-500: #23C1F6;
--teal-600: #09A4D7;
--teal-700: #0782AB;
--teal-800: #055D7A;
--teal-900: #033C4E;
--teal-950: #022531;
}