Teal
#0FA397
CyanColor Codes
All color formats for development
HEX
#0FA397RGB
rgb(15, 163, 151)HSL
hsl(175, 83%, 35%)OKLCH
oklch(0.645 0.111 185.5)CMYK
cmyk(91%, 0%, 7%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9388
2#0C8379
3#0B726A
4#09625B
5#08524B
6#06413C
7#05312D
8#03211E
9#02100F
Tints
Lighter variations
1#12C2B3
2#15E0CF
3#2BEBDB
4#49EEE0
5#67F1E5
6#86F4EB
7#A4F7F0
8#C2F9F5
9#E1FCFA
Tones
Muted variations
1#179C91
2#1E958B
3#258D84
4#2D867E
5#347E78
6#3C7772
7#436F6C
8#4A6866
9#52615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5ED | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBDC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B45 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFCF9;
--teal-200: #C2F9F5;
--teal-300: #94F5ED;
--teal-400: #5CF0E3;
--teal-500: #2DEBDC;
--teal-600: #13CDBE;
--teal-700: #0FA397;
--teal-800: #0B756C;
--teal-900: #074B45;
--teal-950: #042F2B;
}