Teal
#0FA395
CyanColor Codes
All color formats for development
HEX
#0FA395RGB
rgb(15, 163, 149)HSL
hsl(174, 83%, 35%)OKLCH
oklch(0.644 0.112 184.1)CMYK
cmyk(91%, 0%, 9%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9386
2#0C8377
3#0B7268
4#096259
5#08524A
6#06413B
7#05312D
8#03211E
9#02100F
Tints
Lighter variations
1#12C2B0
2#15E0CC
3#2BEBD8
4#49EEDE
5#67F1E3
6#86F4E9
7#A4F7EE
8#C2F9F4
9#E1FCF9
Tones
Muted variations
1#179C8F
2#1E9589
3#258D83
4#2D867D
5#347E77
6#3C7771
7#436F6B
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 #C2F9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E1 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B44 | 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: #C2F9F4;
--teal-300: #94F5EB;
--teal-400: #5CF0E1;
--teal-500: #2DEBD8;
--teal-600: #13CDBB;
--teal-700: #0FA395;
--teal-800: #0B756A;
--teal-900: #074B44;
--teal-950: #042F2A;
}