Teal
#0D6973
CyanColor Codes
All color formats for development
HEX
#0D6973RGB
rgb(13, 105, 115)HSL
hsl(186, 80%, 25%)OKLCH
oklch(0.477 0.079 206.7)CMYK
cmyk(89%, 9%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5E67
2#0A545C
3#094950
4#083F45
5#063439
6#052A2E
7#041F22
8#031517
9#010A0B
Tints
Lighter variations
1#118895
2#14A7B8
3#18C7DA
4#30D6E8
5#53DDEC
6#75E3F0
7#98EAF4
8#BAF1F7
9#DDF8FB
Tones
Muted variations
1#12646E
2#176069
3#1C5C63
4#21585E
5#265459
6#2B5054
7#304C4F
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 | C3F3 #C3F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EA #95EAF3 | BordersInactive statesPlaceholder text |
| 400 | 5EDF #5EDFED | Disabled statesSecondary iconsMuted text |
| 500 | 30D6 #30D6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B8 #16B8CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1292 #1292A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D69 #0D6973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0843 #084349 | 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: #C3F3F8;
--teal-300: #95EAF3;
--teal-400: #5EDFED;
--teal-500: #30D6E8;
--teal-600: #16B8CA;
--teal-700: #1292A1;
--teal-800: #0D6973;
--teal-900: #084349;
--teal-950: #052A2E;
}