Teal
#0C99A6
CyanColor Codes
All color formats for development
HEX
#0C99A6RGB
rgb(12, 153, 166)HSL
hsl(185, 87%, 35%)OKLCH
oklch(0.624 0.105 205.6)CMYK
cmyk(93%, 8%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A8B96
2#097B86
3#086C75
4#075C64
5#064D53
6#053E43
7#032E32
8#021F21
9#010F11
Tints
Lighter variations
1#0EB7C6
2#10D3E5
3#26DFF0
4#45E4F2
5#64E8F4
6#83EDF6
7#A2F1F9
8#C1F6FB
9#E0FAFD
Tones
Muted variations
1#13939F
2#1B8D97
3#238790
4#2B8088
5#327A80
6#3A7378
7#426D71
8#4A6669
9#516061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EF #91EFF7 | BordersInactive statesPlaceholder text |
| 400 | 58E6 #58E6F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28DF #28DFF0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FC2 #0FC2D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C9A #0C9AA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086E #086E77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0546 #05464C | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEFAFD;
--teal-200: #C1F6FB;
--teal-300: #91EFF7;
--teal-400: #58E6F3;
--teal-500: #28DFF0;
--teal-600: #0FC2D2;
--teal-700: #0C9AA7;
--teal-800: #086E77;
--teal-900: #05464C;
--teal-950: #032C30;
}