Teal
#0CA790
CyanColor Codes
All color formats for development
HEX
#0CA790RGB
rgb(12, 167, 144)HSL
hsl(171, 87%, 35%)OKLCH
oklch(0.653 0.118 178.1)CMYK
cmyk(93%, 0%, 14%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9681
2#098673
3#087565
4#076456
5#065348
6#054339
7#03322B
8#02211D
9#01110E
Tints
Lighter variations
1#0EC6AA
2#10E5C5
3#26F0D2
4#45F2D8
5#64F4DF
6#83F6E5
7#A2F9EC
8#C1FBF2
9#E0FDF9
Tones
Muted variations
1#139F8A
2#1B9785
3#23907F
4#2B887A
5#328074
6#3A786F
7#42716A
8#4A6964
9#51615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7E8 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3DC | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFDF8;
--teal-200: #C1FBF2;
--teal-300: #91F7E8;
--teal-400: #58F3DC;
--teal-500: #28F0D2;
--teal-600: #0FD2B5;
--teal-700: #0CA790;
--teal-800: #087767;
--teal-900: #054C42;
--teal-950: #033029;
}