Teal
#0D73A5
BlueColor Codes
All color formats for development
HEX
#0D73A5RGB
rgb(13, 115, 165)HSL
hsl(200, 85%, 35%)OKLCH
oklch(0.528 0.114 238.3)CMYK
cmyk(92%, 30%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C6795
2#0B5C84
3#095074
4#084563
5#073953
6#052E42
7#042232
8#031721
9#010B11
Tints
Lighter variations
1#1088C4
2#129DE2
3#28ACEE
4#47B8F0
5#66C4F3
6#84CFF5
7#A3DBF8
8#C2E7FA
9#E0F3FD
Tones
Muted variations
1#15709E
2#1D6D96
3#246B8E
4#2C6887
5#33667F
6#3B6378
7#426170
8#4A5E68
9#525C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E7 #C2E7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D5 #92D5F6 | BordersInactive statesPlaceholder text |
| 400 | 5ABF #5ABFF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BAD #2BADEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1190 #1190D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D73 #0D73A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A52 #0A5276 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0634 #06344B | Primary textHigh emphasis contentDark headings |
| 950 | 0421 #04212F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DEF2FC;
--teal-200: #C2E7FA;
--teal-300: #92D5F6;
--teal-400: #5ABFF2;
--teal-500: #2BADEE;
--teal-600: #1190D0;
--teal-700: #0D73A5;
--teal-800: #0A5276;
--teal-900: #06344B;
--teal-950: #04212F;
}