Teal
#0C7273
CyanColor Codes
All color formats for development
HEX
#0C7273RGB
rgb(12, 114, 115)HSL
hsl(181, 81%, 25%)OKLCH
oklch(0.502 0.083 195.9)CMYK
cmyk(90%, 1%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6668
2#0A5B5C
3#085051
4#074445
5#06393A
6#052D2E
7#042223
8#021717
9#010B0C
Tints
Lighter variations
1#109496
2#13B6B9
3#17D8DB
4#2FE6E9
5#52EAED
6#75EEF0
7#97F3F4
8#BAF7F8
9#DCFBFB
Tones
Muted variations
1#116D6E
2#166869
3#1C6364
4#215E5F
5#26595A
6#2B5454
7#304F4F
8#354A4A
9#3B4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F2 #95F2F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEC #5DECEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE6 #2FE6E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C8 #15C8CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119F #119FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C72 #0C7273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08494A | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DFFBFC;
--teal-200: #C3F8F9;
--teal-300: #95F2F4;
--teal-400: #5DECEE;
--teal-500: #2FE6E9;
--teal-600: #15C8CB;
--teal-700: #119FA2;
--teal-800: #0C7273;
--teal-900: #08494A;
--teal-950: #052D2E;
}