Teal
#0D82A5
CyanColor Codes
All color formats for development
HEX
#0D82A5RGB
rgb(13, 130, 165)HSL
hsl(194, 85%, 35%)OKLCH
oklch(0.566 0.105 225.8)CMYK
cmyk(92%, 21%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C7595
2#0B6884
3#095B74
4#084E63
5#074153
6#053442
7#042732
8#031A21
9#010D11
Tints
Lighter variations
1#109AC4
2#12B2E2
3#28C0EE
4#47C9F0
5#66D2F3
6#84DBF5
7#A3E4F8
8#C2EDFA
9#E0F6FD
Tones
Muted variations
1#157E9E
2#1D7A96
3#24768E
4#2C7287
5#336D7F
6#3B6978
7#426570
8#4A6168
9#525D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DF #92DFF6 | BordersInactive statesPlaceholder text |
| 400 | 5ACE #5ACEF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC0 #2BC0EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A3 #11A3D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D82 #0D82A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5D #0A5D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063B #063B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF5FC;
--teal-200: #C2EDFA;
--teal-300: #92DFF6;
--teal-400: #5ACEF2;
--teal-500: #2BC0EE;
--teal-600: #11A3D0;
--teal-700: #0D82A5;
--teal-800: #0A5D76;
--teal-900: #063B4B;
--teal-950: #04252F;
}