Teal
#0CA783
CyanColor Codes
All color formats for development
HEX
#0CA783RGB
rgb(12, 167, 131)HSL
hsl(166, 87%, 35%)OKLCH
oklch(0.649 0.126 170.1)CMYK
cmyk(93%, 0%, 22%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9676
2#098669
3#08755B
4#07644E
5#065341
6#054334
7#033227
8#02211A
9#01110D
Tints
Lighter variations
1#0EC69B
2#10E5B3
3#26F0C1
4#45F2CA
5#64F4D3
6#83F6DB
7#A2F9E4
8#C1FBED
9#E0FDF6
Tones
Muted variations
1#139F7F
2#1B977A
3#239076
4#2B8872
5#32806E
6#3A786A
7#427166
8#4A6962
9#51615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7E0 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3CF | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA783 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08775D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFDF5;
--teal-200: #C1FBED;
--teal-300: #91F7E0;
--teal-400: #58F3CF;
--teal-500: #28F0C1;
--teal-600: #0FD2A4;
--teal-700: #0CA783;
--teal-800: #08775D;
--teal-900: #054C3C;
--teal-950: #033025;
}