Teal
#0E6171
CyanColor Codes
All color formats for development
HEX
#0E6171RGB
rgb(14, 97, 113)HSL
hsl(190, 78%, 25%)OKLCH
oklch(0.455 0.076 215)CMYK
cmyk(88%, 14%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5766
2#0B4E5B
3#0A444F
4#083A44
5#073039
6#06272D
7#041D22
8#031317
9#010A0B
Tints
Lighter variations
1#127E94
2#169BB6
3#1BB8D8
4#33C8E6
5#55D1EA
6#77DAEE
7#99E3F2
8#BBEDF7
9#DDF6FB
Tones
Muted variations
1#135E6D
2#185A68
3#1D5763
4#22545E
5#275059
6#2C4D54
7#314A4F
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 | C4EF #C4EFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E3 #97E3F2 | BordersInactive statesPlaceholder text |
| 400 | 60D4 #60D4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33C8 #33C8E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19AB #19ABC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1488 #14889F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E61 #0E6171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093E #093E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF6FB;
--teal-200: #C4EFF8;
--teal-300: #97E3F2;
--teal-400: #60D4EB;
--teal-500: #33C8E6;
--teal-600: #19ABC8;
--teal-700: #14889F;
--teal-800: #0E6171;
--teal-900: #093E49;
--teal-950: #06272D;
}