Teal
#0D6A73
CyanColor Codes
All color formats for development
HEX
#0D6A73RGB
rgb(13, 106, 115)HSL
hsl(185, 80%, 25%)OKLCH
oklch(0.48 0.079 205.5)CMYK
cmyk(89%, 8%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6067
2#0A555C
3#094A50
4#084045
5#063539
6#052B2E
7#042022
8#031517
9#010B0B
Tints
Lighter variations
1#118A95
2#14AAB8
3#18CADA
4#30D9E8
5#53DFEC
6#75E6F0
7#98ECF4
8#BAF2F7
9#DDF9FB
Tones
Muted variations
1#12666E
2#176269
3#1C5E63
4#21595E
5#265559
6#2B5154
7#304D4F
8#36484A
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F4 #C3F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EB #95EBF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE1 #5EE1ED | Disabled statesSecondary iconsMuted text |
| 500 | 30D9 #30D9E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16BB #16BBCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1295 #1295A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6A #0D6A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0844 #084449 | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF9FB;
--teal-200: #C3F4F8;
--teal-300: #95EBF3;
--teal-400: #5EE1ED;
--teal-500: #30D9E8;
--teal-600: #16BBCA;
--teal-700: #1295A1;
--teal-800: #0D6A73;
--teal-900: #084449;
--teal-950: #052A2E;
}