Teal
#0FA3A1
CyanColor Codes
All color formats for development
HEX
#0FA3A1RGB
rgb(15, 163, 161)HSL
hsl(179, 83%, 35%)OKLCH
oklch(0.648 0.109 193.2)CMYK
cmyk(91%, 0%, 1%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9391
2#0C8381
3#0B7271
4#096261
5#085250
6#064140
7#053130
8#032120
9#021010
Tints
Lighter variations
1#12C2BF
2#15E0DD
3#2BEBE8
4#49EEEB
5#67F1EF
6#86F4F2
7#A4F7F5
8#C2F9F8
9#E1FCFC
Tones
Muted variations
1#179C9A
2#1E9593
3#258D8B
4#2D8684
5#347E7D
6#3C7776
7#436F6F
8#4A6868
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 #94F5F3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0ED | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA3A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | 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: #94F5F3;
--teal-400: #5CF0ED;
--teal-500: #2DEBE8;
--teal-600: #13CDCA;
--teal-700: #0FA3A1;
--teal-800: #0B7573;
--teal-900: #074B4A;
--teal-950: #042F2E;
}