Teal
#05537A
BlueColor Codes
All color formats for development
HEX
#05537ARGB
rgb(5, 83, 122)HSL
hsl(200, 92%, 25%)OKLCH
oklch(0.421 0.093 239.1)CMYK
cmyk(96%, 32%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#054B6E
2#044362
3#043A56
4#033249
5#032A3D
6#022131
7#021925
8#011118
9#01080C
Tints
Lighter variations
1#076C9F
2#0885C4
3#0A9EE9
4#23AFF6
5#47BDF7
6#6CCAF9
7#91D7FA
8#B6E4FC
9#DAF2FD
Tones
Muted variations
1#0B5175
2#114F6F
3#174D69
4#1D4B63
5#224A5D
6#284857
7#2E4651
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 | DDF3 #DDF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE8 #BFE8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED6 #8ED6FA | BordersInactive statesPlaceholder text |
| 400 | 54C1 #54C1F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23AF #23AFF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0993 #0993D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0775 #0775AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0553 #05537A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0335 #03354E | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF3FE;
--teal-200: #BFE8FC;
--teal-300: #8ED6FA;
--teal-400: #54C1F8;
--teal-500: #23AFF6;
--teal-600: #0993D7;
--teal-700: #0775AB;
--teal-800: #05537A;
--teal-900: #03354E;
--teal-950: #022131;
}