Teal
#0B6374
CyanColor Codes
All color formats for development
HEX
#0B6374RGB
rgb(11, 99, 116)HSL
hsl(190, 83%, 25%)OKLCH
oklch(0.461 0.079 215.5)CMYK
cmyk(91%, 15%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5969
2#094F5D
3#084552
4#073B46
5#05323A
6#04282F
7#031E23
8#021417
9#010A0C
Tints
Lighter variations
1#0E8198
2#119EBB
3#15BCDE
4#2DCCEB
5#50D4EF
6#73DDF2
7#96E5F5
8#B9EEF8
9#DCF6FC
Tones
Muted variations
1#105F6F
2#155C6A
3#1B5865
4#20555F
5#25515A
6#2B4E55
7#304A50
8#35474A
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F0 #C2F0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E5 #94E5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD7 #5CD7F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DCC #2DCCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13AE #13AECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F8B #0F8BA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B63 #0B6375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073F #073F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF7FC;
--teal-200: #C2F0F9;
--teal-300: #94E5F5;
--teal-400: #5CD7F0;
--teal-500: #2DCCEB;
--teal-600: #13AECD;
--teal-700: #0F8BA3;
--teal-800: #0B6375;
--teal-900: #073F4B;
--teal-950: #04282F;
}