Teal
#0FA383
CyanColor Codes
All color formats for development
HEX
#0FA383RGB
rgb(15, 163, 131)HSL
hsl(167, 83%, 35%)OKLCH
oklch(0.638 0.122 171.9)CMYK
cmyk(91%, 0%, 20%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9376
2#0C8369
3#0B725C
4#09624F
5#085242
6#064134
7#053127
8#03211A
9#02100D
Tints
Lighter variations
1#12C29C
2#15E0B4
3#2BEBC2
4#49EECA
5#67F1D3
6#86F4DC
7#A4F7E5
8#C2F9ED
9#E1FCF6
Tones
Muted variations
1#179C7F
2#1E957B
3#258D77
4#2D8672
5#347E6E
6#3C776A
7#436F66
8#4A6862
9#52615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E0 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF6;
--teal-200: #C2F9ED;
--teal-300: #94F5E0;
--teal-400: #5CF0D0;
--teal-500: #2DEBC2;
--teal-600: #13CDA5;
--teal-700: #0FA383;
--teal-800: #0B755E;
--teal-900: #074B3C;
--teal-950: #042F25;
}