Teal
#0E6671
CyanColor Codes
All color formats for development
HEX
#0E6671RGB
rgb(14, 102, 113)HSL
hsl(187, 78%, 25%)OKLCH
oklch(0.468 0.077 208.3)CMYK
cmyk(88%, 10%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5C66
2#0B515B
3#0A474F
4#083D44
5#073339
6#06292D
7#041F22
8#031417
9#010A0B
Tints
Lighter variations
1#128494
2#16A3B6
3#1BC2D8
4#33D1E6
5#55D9EA
6#77E0EE
7#99E8F2
8#BBF0F7
9#DDF7FB
Tones
Muted variations
1#13626D
2#185E68
3#1D5A63
4#22575E
5#275359
6#2C4F54
7#314B4F
8#36474A
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F2 #C4F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E7 #97E7F2 | BordersInactive statesPlaceholder text |
| 400 | 60DB #60DBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33D1 #33D1E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B3 #19B3C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148F #148F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E66 #0E6671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0941 #094149 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF8FB;
--teal-200: #C4F2F8;
--teal-300: #97E7F2;
--teal-400: #60DBEB;
--teal-500: #33D1E6;
--teal-600: #19B3C8;
--teal-700: #148F9F;
--teal-800: #0E6671;
--teal-900: #094149;
--teal-950: #06292D;
}