Teal
#0F5371
BlueColor Codes
All color formats for development
HEX
#0F5371RGB
rgb(15, 83, 113)HSL
hsl(198, 77%, 25%)OKLCH
oklch(0.417 0.08 233.5)CMYK
cmyk(87%, 27%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4B66
2#0C435A
3#0A3A4F
4#093244
5#072A38
6#06212D
7#041922
8#031117
9#01080B
Tints
Lighter variations
1#136C93
2#1785B5
3#1C9ED6
4#34B0E5
5#56BDE9
6#78CAED
7#99D7F2
8#BBE5F6
9#DDF2FB
Tones
Muted variations
1#14516C
2#184F67
3#1D4D62
4#224C5D
5#274A58
6#2C4853
7#31464E
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 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E8 #C4E8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D6 #97D6F2 | BordersInactive statesPlaceholder text |
| 400 | 61C1 #61C1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34B0 #34B0E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A93 #1A93C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1575 #15759E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F53 #0F5371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0935 #093548 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF3FB;
--teal-200: #C4E8F7;
--teal-300: #97D6F2;
--teal-400: #61C1EA;
--teal-500: #34B0E5;
--teal-600: #1A93C7;
--teal-700: #15759E;
--teal-800: #0F5371;
--teal-900: #093548;
--teal-950: #06212D;
}