Teal
#0F5870
BlueColor Codes
All color formats for development
HEX
#0F5870RGB
rgb(15, 88, 112)HSL
hsl(195, 76%, 25%)OKLCH
oklch(0.43 0.077 226.1)CMYK
cmyk(87%, 21%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E4F65
2#0C465A
3#0B3E4F
4#093543
5#082C38
6#06232D
7#051A22
8#031216
9#02090B
Tints
Lighter variations
1#147292
2#188DB4
3#1DA7D5
4#35B8E3
5#57C4E8
6#78D0ED
7#9ADBF1
8#BCE7F6
9#DDF3FA
Tones
Muted variations
1#14566B
2#195367
3#1E5162
4#234E5D
5#284C58
6#2C4953
7#31474E
8#364549
9#3B4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EA #C5EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DB #98DBF1 | BordersInactive statesPlaceholder text |
| 400 | 62C8 #62C8EA | Disabled statesSecondary iconsMuted text |
| 500 | 35B8 #35B8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B9B #1B9BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 157B #157B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F58 #0F5870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A38 #0A3848 | 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: #E0F4FB;
--teal-200: #C5EAF7;
--teal-300: #98DBF1;
--teal-400: #62C8EA;
--teal-500: #35B8E3;
--teal-600: #1B9BC5;
--teal-700: #157B9D;
--teal-800: #0F5870;
--teal-900: #0A3848;
--teal-950: #06232D;
}