Teal
#0D6073
CyanColor Codes
All color formats for development
HEX
#0D6073RGB
rgb(13, 96, 115)HSL
hsl(191, 80%, 25%)OKLCH
oklch(0.453 0.078 218.5)CMYK
cmyk(89%, 17%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5667
2#0A4D5C
3#094350
4#083A45
5#063039
6#05262E
7#041D22
8#031317
9#010A0B
Tints
Lighter variations
1#117D95
2#149AB8
3#18B6DA
4#30C6E8
5#53D0EC
6#75D9F0
7#98E3F4
8#BAECF7
9#DDF6FB
Tones
Muted variations
1#125D6E
2#175A69
3#1C5663
4#21535E
5#265059
6#2B4D54
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 | C3EF #C3EFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E2 #95E2F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED3 #5ED3ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C6 #30C6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A9 #16A9CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1286 #1286A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D60 #0D6073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083D #083D49 | 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: #C3EFF8;
--teal-300: #95E2F3;
--teal-400: #5ED3ED;
--teal-500: #30C6E8;
--teal-600: #16A9CA;
--teal-700: #1286A1;
--teal-800: #0D6073;
--teal-900: #083D49;
--teal-950: #05262E;
}