Teal
#0FA388
CyanColor Codes
All color formats for development
HEX
#0FA388RGB
rgb(15, 163, 136)HSL
hsl(169, 83%, 35%)OKLCH
oklch(0.64 0.118 175)CMYK
cmyk(91%, 0%, 17%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E937B
2#0C836D
3#0B725F
4#096252
5#085244
6#064136
7#053129
8#03211B
9#02100E
Tints
Lighter variations
1#12C2A1
2#15E0BB
3#2BEBC8
4#49EED0
5#67F1D8
6#86F4E0
7#A4F7E7
8#C2F9EF
9#E1FCF7
Tones
Muted variations
1#179C83
2#1E957F
3#258D7A
4#2D8675
5#347E71
6#3C776C
7#436F67
8#4A6863
9#52615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D5 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF7;
--teal-200: #C2F9EF;
--teal-300: #94F5E3;
--teal-400: #5CF0D5;
--teal-500: #2DEBC9;
--teal-600: #13CDAB;
--teal-700: #0FA388;
--teal-800: #0B7561;
--teal-900: #074B3E;
--teal-950: #042F27;
}