Teal
#0F5771
BlueColor Codes
All color formats for development
HEX
#0F5771RGB
rgb(15, 87, 113)HSL
hsl(196, 77%, 25%)OKLCH
oklch(0.428 0.078 228.4)CMYK
cmyk(87%, 23%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4E66
2#0C455A
3#0A3D4F
4#093444
5#072B38
6#06232D
7#041A22
8#031117
9#01090B
Tints
Lighter variations
1#137193
2#178BB5
3#1CA5D6
4#34B5E5
5#56C2E9
6#78CEED
7#99DAF2
8#BBE6F6
9#DDF3FB
Tones
Muted variations
1#14546C
2#185267
3#1D5062
4#224D5D
5#274B58
6#2C4953
7#31474E
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 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EA #C4EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D9 #97D9F2 | BordersInactive statesPlaceholder text |
| 400 | 61C6 #61C6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34B5 #34B5E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A99 #1A99C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1579 #15799E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F57 #0F5771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0937 #093748 | 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: #F1FAFD;
--teal-100: #DFF4FB;
--teal-200: #C4EAF7;
--teal-300: #97D9F2;
--teal-400: #61C6EA;
--teal-500: #34B5E5;
--teal-600: #1A99C7;
--teal-700: #15799E;
--teal-800: #0F5771;
--teal-900: #093748;
--teal-950: #06232D;
}