Teal
#0E5C71
CyanColor Codes
All color formats for development
HEX
#0E5C71RGB
rgb(14, 92, 113)HSL
hsl(193, 78%, 25%)OKLCH
oklch(0.441 0.077 221.7)CMYK
cmyk(88%, 19%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5366
2#0B4A5B
3#0A404F
4#083744
5#072E39
6#06252D
7#041C22
8#031217
9#01090B
Tints
Lighter variations
1#127894
2#1693B6
3#1BAFD8
4#33BFE6
5#55CAEA
6#77D4EE
7#99DFF2
8#BBEAF7
9#DDF4FB
Tones
Muted variations
1#13596D
2#185668
3#1D5363
4#22515E
5#274E59
6#2C4B54
7#31484F
8#36454A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4ED #C4EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DE #97DEF2 | BordersInactive statesPlaceholder text |
| 400 | 60CD #60CDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33BF #33BFE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A2 #19A2C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1481 #14819F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5C #0E5C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093B #093B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF5FB;
--teal-200: #C4EDF8;
--teal-300: #97DEF2;
--teal-400: #60CDEB;
--teal-500: #33BFE6;
--teal-600: #19A2C8;
--teal-700: #14819F;
--teal-800: #0E5C71;
--teal-900: #093B49;
--teal-950: #06252D;
}