Teal
#0D6373
CyanColor Codes
All color formats for development
HEX
#0D6373RGB
rgb(13, 99, 115)HSL
hsl(189, 80%, 25%)OKLCH
oklch(0.461 0.078 214.5)CMYK
cmyk(89%, 14%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5A67
2#0A505C
3#094650
4#083C45
5#063239
6#05282E
7#041E22
8#031417
9#010A0B
Tints
Lighter variations
1#118195
2#149FB8
3#18BDDA
4#30CDE8
5#53D5EC
6#75DDF0
7#98E6F4
8#BAEEF7
9#DDF7FB
Tones
Muted variations
1#12606E
2#175C69
3#1C5963
4#21555E
5#265259
6#2B4E54
7#304A4F
8#36474A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E5 #95E5F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED8 #5ED8ED | Disabled statesSecondary iconsMuted text |
| 500 | 30CD #30CDE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16AF #16AFCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 128B #128BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D63 #0D6373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0840 #084049 | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF7FB;
--teal-200: #C3F0F8;
--teal-300: #95E5F3;
--teal-400: #5ED8ED;
--teal-500: #30CDE8;
--teal-600: #16AFCA;
--teal-700: #128BA1;
--teal-800: #0D6373;
--teal-900: #084049;
--teal-950: #05282E;
}