Teal
#0FA37E
CyanColor Codes
All color formats for development
HEX
#0FA37ERGB
rgb(15, 163, 126)HSL
hsl(165, 83%, 35%)OKLCH
oklch(0.637 0.125 169)CMYK
cmyk(91%, 0%, 23%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9372
2#0C8365
3#0B7258
4#09624C
5#08523F
6#064133
7#053126
8#032119
9#02100D
Tints
Lighter variations
1#12C296
2#15E0AD
3#2BEBBB
4#49EEC5
5#67F1CF
6#86F4D8
7#A4F7E2
8#C2F9EC
9#E1FCF5
Tones
Muted variations
1#179C7B
2#1E9577
3#258D73
4#2D866F
5#347E6C
6#3C7768
7#436F64
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 #C2F9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DD | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0CB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA37E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF5;
--teal-200: #C2F9EC;
--teal-300: #94F5DD;
--teal-400: #5CF0CB;
--teal-500: #2DEBBC;
--teal-600: #13CD9F;
--teal-700: #0FA37E;
--teal-800: #0B755A;
--teal-900: #074B3A;
--teal-950: #042F24;
}