Teal
#0B6174
CyanColor Codes
All color formats for development
HEX
#0B6174RGB
rgb(11, 97, 116)HSL
hsl(191, 83%, 25%)OKLCH
oklch(0.456 0.079 218.1)CMYK
cmyk(91%, 16%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5869
2#094E5D
3#084452
4#073A46
5#05313A
6#04272F
7#031D23
8#021317
9#010A0C
Tints
Lighter variations
1#0E7E98
2#119CBB
3#15B9DE
4#2DC9EB
5#50D2EF
6#73DBF2
7#96E4F5
8#B9EDF8
9#DCF6FC
Tones
Muted variations
1#105E6F
2#155B6A
3#1B5765
4#20545F
5#25515A
6#2B4D55
7#304A50
8#35464A
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E3 #94E3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD5 #5CD5F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC9 #2DC9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13AB #13ABCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F88 #0F88A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B61 #0B6175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073E #073E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF7FC;
--teal-200: #C2EFF9;
--teal-300: #94E3F5;
--teal-400: #5CD5F0;
--teal-500: #2DC9EB;
--teal-600: #13ABCD;
--teal-700: #0F88A3;
--teal-800: #0B6175;
--teal-900: #073E4B;
--teal-950: #04272F;
}