Teal
#0FA39C
CyanColor Codes
All color formats for development
HEX
#0FA39CRGB
rgb(15, 163, 156)HSL
hsl(177, 83%, 35%)OKLCH
oklch(0.646 0.11 189.3)CMYK
cmyk(91%, 0%, 4%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E938C
2#0C837D
3#0B726D
4#09625E
5#08524E
6#06413E
7#05312F
8#03211F
9#021010
Tints
Lighter variations
1#12C2B9
2#15E0D6
3#2BEBE2
4#49EEE6
5#67F1EA
6#86F4EE
7#A4F7F2
8#C2F9F7
9#E1FCFB
Tones
Muted variations
1#179C95
2#1E958F
3#258D88
4#2D8681
5#347E7B
6#3C7774
7#436F6D
8#4A6867
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 #C2F9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F0 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E8 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA39C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B47 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFCFA;
--teal-200: #C2F9F7;
--teal-300: #94F5F0;
--teal-400: #5CF0E8;
--teal-500: #2DEBE2;
--teal-600: #13CDC4;
--teal-700: #0FA39C;
--teal-800: #0B756F;
--teal-900: #074B47;
--teal-950: #042F2D;
}