Teal
#0D5E73
CyanColor Codes
All color formats for development
HEX
#0D5E73RGB
rgb(13, 94, 115)HSL
hsl(192, 80%, 25%)OKLCH
oklch(0.448 0.078 221.1)CMYK
cmyk(89%, 18%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5567
2#0A4B5C
3#094250
4#083945
5#062F39
6#05262E
7#041C22
8#031317
9#01090B
Tints
Lighter variations
1#117B95
2#1497B8
3#18B3DA
4#30C3E8
5#53CDEC
6#75D7F0
7#98E1F4
8#BAEBF7
9#DDF5FB
Tones
Muted variations
1#125B6E
2#175869
3#1C5563
4#21525E
5#264F59
6#2B4C54
7#30494F
8#36464A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EE #C3EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E1 #95E1F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED1 #5ED1ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C3 #30C3E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A6 #16A6CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1284 #1284A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5E #0D5E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083C #083C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF6FB;
--teal-200: #C3EEF8;
--teal-300: #95E1F3;
--teal-400: #5ED1ED;
--teal-500: #30C3E8;
--teal-600: #16A6CA;
--teal-700: #1284A1;
--teal-800: #0D5E73;
--teal-900: #083C49;
--teal-950: #05262E;
}