Teal
#0FA39E
CyanColor Codes
All color formats for development
HEX
#0FA39ERGB
rgb(15, 163, 158)HSL
hsl(178, 83%, 35%)OKLCH
oklch(0.647 0.109 190.9)CMYK
cmyk(91%, 0%, 3%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E938F
2#0C837F
3#0B726F
4#09625F
5#08524F
6#06413F
7#053130
8#032120
9#021010
Tints
Lighter variations
1#12C2BC
2#15E0D9
3#2BEBE5
4#49EEE9
5#67F1EC
6#86F4F0
7#A4F7F4
8#C2F9F8
9#E1FCFB
Tones
Muted variations
1#179C97
2#1E9591
3#258D8A
4#2D8683
5#347E7C
6#3C7775
7#436F6E
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 #DEFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F2 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0EB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA39E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B48 | 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: #DEFCFB;
--teal-200: #C2F9F8;
--teal-300: #94F5F2;
--teal-400: #5CF0EB;
--teal-500: #2DEBE5;
--teal-600: #13CDC7;
--teal-700: #0FA39E;
--teal-800: #0B7571;
--teal-900: #074B48;
--teal-950: #042F2D;
}