Teal
#055D7A
BlueColor Codes
All color formats for development
HEX
#055D7ARGB
rgb(5, 93, 122)HSL
hsl(195, 92%, 25%)OKLCH
oklch(0.447 0.086 228.4)CMYK
cmyk(96%, 24%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05546E
2#044A62
3#044156
4#033849
5#032F3D
6#022531
7#021C25
8#011318
9#01090C
Tints
Lighter variations
1#07799F
2#0895C4
3#0AB1E9
4#23C1F6
5#47CBF7
6#6CD6F9
7#91E0FA
8#B6EAFC
9#DAF5FD
Tones
Muted variations
1#0B5A75
2#11576F
3#175469
4#1D5163
5#224E5D
6#284B57
7#2E4951
8#34464B
9#3A4346
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;
}