Teal
#0D98A5
CyanColor Codes
All color formats for development
HEX
#0D98A5RGB
rgb(13, 152, 165)HSL
hsl(185, 85%, 35%)OKLCH
oklch(0.621 0.104 205.7)CMYK
cmyk(92%, 8%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C8995
2#0B7A84
3#096B74
4#085B63
5#074C53
6#053D42
7#042E32
8#031E21
9#010F11
Tints
Lighter variations
1#10B5C4
2#12D1E2
3#28DDEE
4#47E2F0
5#66E7F3
6#84ECF5
7#A3F0F8
8#C2F5FA
9#E0FAFD
Tones
Muted variations
1#15929E
2#1D8C96
3#24868E
4#2C7F87
5#33797F
6#3B7378
7#426C70
8#4A6668
9#526061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F5 #C2F5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EE #92EEF6 | BordersInactive statesPlaceholder text |
| 400 | 5AE5 #5AE5F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BDE #2BDEEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11C0 #11C0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D98 #0D98A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6D #0A6D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0646 #06464B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEFAFC;
--teal-200: #C2F5FA;
--teal-300: #92EEF6;
--teal-400: #5AE5F2;
--teal-500: #2BDEEE;
--teal-600: #11C0D0;
--teal-700: #0D98A5;
--teal-800: #0A6D76;
--teal-900: #06464B;
--teal-950: #042C2F;
}