Teal
#0F5670
BlueColor Codes
All color formats for development
HEX
#0F5670RGB
rgb(15, 86, 112)HSL
hsl(196, 76%, 25%)OKLCH
oklch(0.425 0.078 228.7)CMYK
cmyk(87%, 23%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E4E65
2#0C455A
3#0B3C4F
4#093443
5#082B38
6#06232D
7#051A22
8#031116
9#02090B
Tints
Lighter variations
1#147092
2#188AB4
3#1DA4D5
4#35B5E3
5#57C1E8
6#78CEED
7#9ADAF1
8#BCE6F6
9#DDF3FA
Tones
Muted variations
1#14546B
2#195267
3#1E5062
4#234D5D
5#284B58
6#2C4953
7#31474E
8#364449
9#3B4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EA #C5EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D9 #98D9F1 | BordersInactive statesPlaceholder text |
| 400 | 62C5 #62C5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35B5 #35B5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B98 #1B98C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1579 #15799D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F56 #0F5670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A37 #0A3748 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F3FB;
--teal-200: #C5EAF7;
--teal-300: #98D9F1;
--teal-400: #62C5EA;
--teal-500: #35B5E3;
--teal-600: #1B98C5;
--teal-700: #15799D;
--teal-800: #0F5670;
--teal-900: #0A3748;
--teal-950: #06232D;
}