Teal
#05557A
BlueColor Codes
All color formats for development
HEX
#05557ARGB
rgb(5, 85, 122)HSL
hsl(199, 92%, 25%)OKLCH
oklch(0.426 0.091 237.1)CMYK
cmyk(96%, 30%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#054D6E
2#044462
3#043C56
4#033349
5#032B3D
6#022231
7#021A25
8#011118
9#01090C
Tints
Lighter variations
1#076F9F
2#0888C4
3#0AA2E9
4#23B3F6
5#47C0F7
6#6CCCF9
7#91D9FA
8#B6E6FC
9#DAF2FD
Tones
Muted variations
1#0B5375
2#11516F
3#174F69
4#1D4D63
5#224B5D
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 | BFE9 #BFE9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED8 #8ED8FA | BordersInactive statesPlaceholder text |
| 400 | 54C4 #54C4F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23B3 #23B3F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0996 #0996D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0777 #0777AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0555 #05557A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0337 #03374E | Primary textHigh emphasis contentDark headings |
| 950 | 0222 #022231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF3FE;
--teal-200: #BFE9FC;
--teal-300: #8ED8FA;
--teal-400: #54C4F8;
--teal-500: #23B3F6;
--teal-600: #0996D7;
--teal-700: #0777AB;
--teal-800: #05557A;
--teal-900: #03374E;
--teal-950: #022231;
}