Teal
#0C6073
CyanColor Codes
All color formats for development
HEX
#0C6073RGB
rgb(12, 96, 115)HSL
hsl(191, 81%, 25%)OKLCH
oklch(0.453 0.078 218.4)CMYK
cmyk(90%, 17%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5768
2#0A4D5C
3#084451
4#073A45
5#06303A
6#05272E
7#041D23
8#021317
9#010A0C
Tints
Lighter variations
1#107D96
2#139AB9
3#17B7DB
4#2FC7E9
5#52D0ED
6#75DAF0
7#97E3F4
8#BAECF8
9#DCF6FB
Tones
Muted variations
1#115D6E
2#165A69
3#1C5764
4#21535F
5#26505A
6#2B4D54
7#304A4F
8#35464A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EF #C3EFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E2 #95E2F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD4 #5DD4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC7 #2FC7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15AA #15AACB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1187 #1187A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C60 #0C6073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083E #083E4A | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DFF6FC;
--teal-200: #C3EFF9;
--teal-300: #95E2F4;
--teal-400: #5DD4EE;
--teal-500: #2FC7E9;
--teal-600: #15AACB;
--teal-700: #1187A2;
--teal-800: #0C6073;
--teal-900: #083E4A;
--teal-950: #05272E;
}