Teal
#0FA392
CyanColor Codes
All color formats for development
HEX
#0FA392RGB
rgb(15, 163, 146)HSL
hsl(173, 83%, 35%)OKLCH
oklch(0.643 0.113 181.9)CMYK
cmyk(91%, 0%, 10%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9383
2#0C8375
3#0B7266
4#096258
5#085249
6#06413A
7#05312C
8#03211D
9#02100F
Tints
Lighter variations
1#12C2AD
2#15E0C8
3#2BEBD5
4#49EEDB
5#67F1E1
6#86F4E7
7#A4F7ED
8#C2F9F3
9#E1FCF9
Tones
Muted variations
1#179C8C
2#1E9587
3#258D81
4#2D867B
5#347E76
6#3C7770
7#436F6A
8#4A6865
9#52615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EA | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DF | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B43 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF9;
--teal-200: #C2F9F3;
--teal-300: #94F5EA;
--teal-400: #5CF0DF;
--teal-500: #2DEBD5;
--teal-600: #13CDB8;
--teal-700: #0FA392;
--teal-800: #0B7568;
--teal-900: #074B43;
--teal-950: #042F2A;
}