Teal
#0F5A70
CyanColor Codes
All color formats for development
HEX
#0F5A70RGB
rgb(15, 90, 112)HSL
hsl(194, 76%, 25%)OKLCH
oklch(0.436 0.076 223.4)CMYK
cmyk(87%, 20%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5165
2#0C485A
3#0B3F4F
4#093643
5#082D38
6#06242D
7#051B22
8#031216
9#02090B
Tints
Lighter variations
1#147492
2#188FB4
3#1DAAD5
4#35BBE3
5#57C6E8
6#78D2ED
7#9ADDF1
8#BCE8F6
9#DDF4FA
Tones
Muted variations
1#14576B
2#195467
3#1E5262
4#234F5D
5#284D58
6#2C4A53
7#31484E
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 | C5EB #C5EBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DC #98DCF1 | BordersInactive statesPlaceholder text |
| 400 | 62CA #62CAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35BB #35BBE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B9E #1B9EC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 157D #157D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5A #0F5A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A39 #0A3948 | Primary textHigh emphasis contentDark headings |
| 950 | 0624 #06242D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F4FB;
--teal-200: #C5EBF7;
--teal-300: #98DCF1;
--teal-400: #62CAEA;
--teal-500: #35BBE3;
--teal-600: #1B9EC5;
--teal-700: #157D9D;
--teal-800: #0F5A70;
--teal-900: #0A3948;
--teal-950: #06242D;
}