Teal
#05577A
BlueColor Codes
All color formats for development
HEX
#05577ARGB
rgb(5, 87, 122)HSL
hsl(198, 92%, 25%)OKLCH
oklch(0.431 0.09 235)CMYK
cmyk(96%, 29%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#054E6E
2#044662
3#043D56
4#033449
5#032C3D
6#022331
7#021A25
8#011118
9#01090C
Tints
Lighter variations
1#07719F
2#088CC4
3#0AA6E9
4#23B6F6
5#47C3F7
6#6CCFF9
7#91DBFA
8#B6E7FC
9#DAF3FD
Tones
Muted variations
1#0B5575
2#11536F
3#175069
4#1D4E63
5#224B5D
6#284957
7#2E4751
8#34444B
9#3A4246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEA #BFEAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDA #8EDAFA | BordersInactive statesPlaceholder text |
| 400 | 54C7 #54C7F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23B6 #23B6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0999 #0999D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 077A #077AAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0557 #05577A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0338 #03384E | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF4FE;
--teal-200: #BFEAFC;
--teal-300: #8EDAFA;
--teal-400: #54C7F8;
--teal-500: #23B6F6;
--teal-600: #0999D7;
--teal-700: #077AAB;
--teal-800: #05577A;
--teal-900: #03384E;
--teal-950: #022331;
}