Teal
#0FA381
CyanColor Codes
All color formats for development
HEX
#0FA381RGB
rgb(15, 163, 129)HSL
hsl(166, 83%, 35%)OKLCH
oklch(0.638 0.123 170.7)CMYK
cmyk(91%, 0%, 21%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9374
2#0C8367
3#0B725A
4#09624D
5#085240
6#064134
7#053127
8#03211A
9#02100D
Tints
Lighter variations
1#12C299
2#15E0B1
3#2BEBBE
4#49EEC8
5#67F1D1
6#86F4DA
7#A4F7E3
8#C2F9ED
9#E1FCF6
Tones
Muted variations
1#179C7D
2#1E9579
3#258D75
4#2D8671
5#347E6D
6#3C7769
7#436F65
8#4A6861
9#52615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DE | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0CD | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3B | 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: #DEFCF5;
--teal-200: #C2F9ED;
--teal-300: #94F5DE;
--teal-400: #5CF0CD;
--teal-500: #2DEBBF;
--teal-600: #13CDA2;
--teal-700: #0FA381;
--teal-800: #0B755C;
--teal-900: #074B3B;
--teal-950: #042F25;
}