Teal
#0B6775
CyanColor Codes
All color formats for development
HEX
#0B6775RGB
rgb(11, 103, 117)HSL
hsl(188, 83%, 25%)OKLCH
oklch(0.472 0.079 211.5)CMYK
cmyk(91%, 12%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5C69
2#09525D
3#084852
4#073E46
5#05333A
6#04292F
7#031F23
8#021517
9#010A0C
Tints
Lighter variations
1#0E8598
2#11A4BB
3#15C3DE
4#2DD2EB
5#50DAEF
6#73E1F2
7#96E9F5
8#B9F0F8
9#DCF8FC
Tones
Muted variations
1#10636F
2#155F6A
3#1B5B65
4#20575F
5#25535A
6#2B4F55
7#304B50
8#35484A
9#3A4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E8 #94E8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CDC #5CDCF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD2 #2DD2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B4 #13B4CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F90 #0F90A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B67 #0B6775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF8FC;
--teal-200: #C2F2F9;
--teal-300: #94E8F5;
--teal-400: #5CDCF0;
--teal-500: #2DD2EB;
--teal-600: #13B4CD;
--teal-700: #0F90A3;
--teal-800: #0B6775;
--teal-900: #07424B;
--teal-950: #04292F;
}