Teal
#0F5370
BlueColor Codes
All color formats for development
HEX
#0F5370RGB
rgb(15, 83, 112)HSL
hsl(198, 76%, 25%)OKLCH
oklch(0.417 0.079 232.5)CMYK
cmyk(87%, 26%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E4B65
2#0C435A
3#0B3A4F
4#093243
5#082A38
6#06212D
7#051922
8#031116
9#02080B
Tints
Lighter variations
1#146C92
2#1885B4
3#1D9ED5
4#35AFE3
5#57BCE8
6#78CAED
7#9AD7F1
8#BCE4F6
9#DDF2FA
Tones
Muted variations
1#14516B
2#194F67
3#1E4D62
4#234B5D
5#284958
6#2C4853
7#31464E
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 | C5E8 #C5E8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D6 #98D6F1 | BordersInactive statesPlaceholder text |
| 400 | 62C1 #62C1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35AF #35AFE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B92 #1B92C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1574 #15749D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F53 #0F5370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A35 #0A3548 | 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: #F2FAFD;
--teal-100: #E0F3FB;
--teal-200: #C5E8F7;
--teal-300: #98D6F1;
--teal-400: #62C1EA;
--teal-500: #35AFE3;
--teal-600: #1B92C5;
--teal-700: #15749D;
--teal-800: #0F5370;
--teal-900: #0A3548;
--teal-950: #06212D;
}