Teal
#0D5473
BlueColor Codes
All color formats for development
HEX
#0D5473RGB
rgb(13, 84, 115)HSL
hsl(198, 80%, 25%)OKLCH
oklch(0.421 0.082 233.7)CMYK
cmyk(89%, 27%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4C67
2#0A435C
3#093B50
4#083245
5#062A39
6#05222E
7#041922
8#031117
9#01080B
Tints
Lighter variations
1#116D95
2#1487B8
3#18A0DA
4#30B1E8
5#53BEEC
6#75CBF0
7#98D8F4
8#BAE5F7
9#DDF2FB
Tones
Muted variations
1#12526E
2#175069
3#1C4E63
4#214C5E
5#264A59
6#2B4854
7#30464F
8#36444A
9#3B4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D7 #95D7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC2 #5EC2ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B1 #30B1E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1694 #1694CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1276 #1276A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D54 #0D5473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0836 #083649 | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF3FB;
--teal-200: #C3E8F8;
--teal-300: #95D7F3;
--teal-400: #5EC2ED;
--teal-500: #30B1E8;
--teal-600: #1694CA;
--teal-700: #1276A1;
--teal-800: #0D5473;
--teal-900: #083649;
--teal-950: #05222E;
}