Teal
#0FA390
CyanColor Codes
All color formats for development
HEX
#0FA390RGB
rgb(15, 163, 144)HSL
hsl(172, 83%, 35%)OKLCH
oklch(0.642 0.114 180.4)CMYK
cmyk(91%, 0%, 12%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9381
2#0C8373
3#0B7265
4#096256
5#085248
6#064139
7#05312B
8#03211D
9#02100E
Tints
Lighter variations
1#12C2AA
2#15E0C5
3#2BEBD2
4#49EED8
5#67F1DF
6#86F4E5
7#A4F7EC
8#C2F9F2
9#E1FCF9
Tones
Muted variations
1#179C8A
2#1E9585
3#258D7F
4#2D867A
5#347E74
6#3C776F
7#436F6A
8#4A6864
9#52615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DC | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B42 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF8;
--teal-200: #C2F9F2;
--teal-300: #94F5E8;
--teal-400: #5CF0DC;
--teal-500: #2DEBD2;
--teal-600: #13CDB4;
--teal-700: #0FA390;
--teal-800: #0B7567;
--teal-900: #074B42;
--teal-950: #042F29;
}