Teal
#0D8EA5
CyanColor Codes
All color formats for development
HEX
#0D8EA5RGB
rgb(13, 142, 165)HSL
hsl(189, 85%, 35%)OKLCH
oklch(0.596 0.103 214.8)CMYK
cmyk(92%, 14%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C8095
2#0B7284
3#096474
4#085563
5#074753
6#053942
7#042B32
8#031C21
9#010E11
Tints
Lighter variations
1#10A9C4
2#12C3E2
3#28D0EE
4#47D7F0
5#66DDF3
6#84E4F5
7#A3EBF8
8#C2F2FA
9#E0F8FD
Tones
Muted variations
1#15899E
2#1D8496
3#247E8E
4#2C7987
5#33747F
6#3B6E78
7#426970
8#4A6468
9#525F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E7 #92E7F6 | BordersInactive statesPlaceholder text |
| 400 | 5ADB #5ADBF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BD1 #2BD1EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11B3 #11B3D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D8E #0D8EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A66 #0A6676 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0641 #06414B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF8FC;
--teal-200: #C2F2FA;
--teal-300: #92E7F6;
--teal-400: #5ADBF2;
--teal-500: #2BD1EE;
--teal-600: #11B3D0;
--teal-700: #0D8EA5;
--teal-800: #0A6676;
--teal-900: #06414B;
--teal-950: #04292F;
}