Teal
#0F5E70
CyanColor Codes
All color formats for development
HEX
#0F5E70RGB
rgb(15, 94, 112)HSL
hsl(191, 76%, 25%)OKLCH
oklch(0.446 0.076 218)CMYK
cmyk(87%, 16%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5565
2#0C4C5A
3#0B424F
4#093943
5#082F38
6#06262D
7#051C22
8#031316
9#02090B
Tints
Lighter variations
1#147B92
2#1897B4
3#1DB3D5
4#35C3E3
5#57CDE8
6#78D7ED
7#9AE1F1
8#BCEBF6
9#DDF5FA
Tones
Muted variations
1#145B6B
2#195867
3#1E5562
4#23525D
5#284F58
6#2C4C53
7#31494E
8#364649
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EE #C5EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E1 #98E1F1 | BordersInactive statesPlaceholder text |
| 400 | 62D1 #62D1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C3 #35C3E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA6 #1BA6C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1584 #15849D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5E #0F5E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3C #0A3C48 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F6FB;
--teal-200: #C5EEF7;
--teal-300: #98E1F1;
--teal-400: #62D1EA;
--teal-500: #35C3E3;
--teal-600: #1BA6C5;
--teal-700: #15849D;
--teal-800: #0F5E70;
--teal-900: #0A3C48;
--teal-950: #06262D;
}