Teal
#0D5873
BlueColor Codes
All color formats for development
HEX
#0D5873RGB
rgb(13, 88, 115)HSL
hsl(196, 80%, 25%)OKLCH
oklch(0.431 0.08 228.8)CMYK
cmyk(89%, 23%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4F67
2#0A465C
3#093D50
4#083545
5#062C39
6#05232E
7#041A22
8#031217
9#01090B
Tints
Lighter variations
1#117295
2#148CB8
3#18A6DA
4#30B7E8
5#53C3EC
6#75CFF0
7#98DBF4
8#BAE7F7
9#DDF3FB
Tones
Muted variations
1#12556E
2#175369
3#1C5063
4#214E5E
5#264C59
6#2B4954
7#30474F
8#36454A
9#3B4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EA #C3EAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DA #95DAF3 | BordersInactive statesPlaceholder text |
| 400 | 5EC7 #5EC7ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B7 #30B7E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 169A #169ACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 127B #127BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D58 #0D5873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0838 #083849 | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF4FB;
--teal-200: #C3EAF8;
--teal-300: #95DAF3;
--teal-400: #5EC7ED;
--teal-500: #30B7E8;
--teal-600: #169ACA;
--teal-700: #127BA1;
--teal-800: #0D5873;
--teal-900: #083849;
--teal-950: #05232E;
}