Teal
#0D7AA5
BlueColor Codes
All color formats for development
HEX
#0D7AA5RGB
rgb(13, 122, 165)HSL
hsl(197, 85%, 35%)OKLCH
oklch(0.545 0.109 232.7)CMYK
cmyk(92%, 26%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C6E95
2#0B6284
3#095574
4#084963
5#073D53
6#053142
7#042532
8#031821
9#010C11
Tints
Lighter variations
1#1091C4
2#12A7E2
3#28B6EE
4#47C0F0
5#66CBF3
6#84D5F5
7#A3E0F8
8#C2EAFA
9#E0F5FD
Tones
Muted variations
1#15779E
2#1D7496
3#24708E
4#2C6D87
5#336A7F
6#3B6678
7#426370
8#4A6068
9#525D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF4 #DEF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EA #C2EAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DA #92DAF6 | BordersInactive statesPlaceholder text |
| 400 | 5AC7 #5AC7F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BB7 #2BB7EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 119A #119AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D7A #0D7AA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A57 #0A5776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0638 #06384B | Primary textHigh emphasis contentDark headings |
| 950 | 0423 #04232F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DEF4FC;
--teal-200: #C2EAFA;
--teal-300: #92DAF6;
--teal-400: #5AC7F2;
--teal-500: #2BB7EE;
--teal-600: #119AD0;
--teal-700: #0D7AA5;
--teal-800: #0A5776;
--teal-900: #06384B;
--teal-950: #04232F;
}