Teal
#0CA699
CyanColor Codes
All color formats for development
HEX
#0CA699RGB
rgb(12, 166, 153)HSL
hsl(175, 87%, 35%)OKLCH
oklch(0.653 0.113 185)CMYK
cmyk(93%, 0%, 8%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A968B
2#09867B
3#08756C
4#07645C
5#06534D
6#05433E
7#03322E
8#02211F
9#01110F
Tints
Lighter variations
1#0EC6B7
2#10E5D3
3#26F0DF
4#45F2E4
5#64F4E8
6#83F6ED
7#A2F9F1
8#C1FBF6
9#E0FDFA
Tones
Muted variations
1#139F93
2#1B978D
3#239087
4#2B8880
5#32807A
6#3A7873
7#42716D
8#4A6966
9#516160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7EF | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3E6 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA79A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08776E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFDFA;
--teal-200: #C1FBF6;
--teal-300: #91F7EF;
--teal-400: #58F3E6;
--teal-500: #28F0DF;
--teal-600: #0FD2C2;
--teal-700: #0CA79A;
--teal-800: #08776E;
--teal-900: #054C46;
--teal-950: #03302C;
}