Teal
#0FA399
CyanColor Codes
All color formats for development
HEX
#0FA399RGB
rgb(15, 163, 153)HSL
hsl(176, 83%, 35%)OKLCH
oklch(0.645 0.111 187)CMYK
cmyk(91%, 0%, 6%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E938A
2#0C837B
3#0B726B
4#09625C
5#08524D
6#06413D
7#05312E
8#03211F
9#02100F
Tints
Lighter variations
1#12C2B6
2#15E0D2
3#2BEBDE
4#49EEE3
5#67F1E8
6#86F4EC
7#A4F7F1
8#C2F9F6
9#E1FCFA
Tones
Muted variations
1#179C93
2#1E958D
3#258D86
4#2D8680
5#347E79
6#3C7773
7#436F6D
8#4A6866
9#526160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EF | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E6 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA399 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B46 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFCFA;
--teal-200: #C2F9F6;
--teal-300: #94F5EF;
--teal-400: #5CF0E6;
--teal-500: #2DEBDF;
--teal-600: #13CDC1;
--teal-700: #0FA399;
--teal-800: #0B756E;
--teal-900: #074B46;
--teal-950: #042F2C;
}