Teal
#0B6575
CyanColor Codes
All color formats for development
HEX
#0B6575RGB
rgb(11, 101, 117)HSL
hsl(189, 83%, 25%)OKLCH
oklch(0.467 0.079 214)CMYK
cmyk(91%, 14%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5B69
2#09515D
3#084752
4#073C46
5#05323A
6#04282F
7#031E23
8#021417
9#010A0C
Tints
Lighter variations
1#0E8398
2#11A1BB
3#15BFDE
4#2DCFEB
5#50D7EF
6#73DFF2
7#96E7F5
8#B9EFF8
9#DCF7FC
Tones
Muted variations
1#10616F
2#155D6A
3#1B5A65
4#20565F
5#25525A
6#2B4F55
7#304B50
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 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F1 #C2F1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E6 #94E6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CDA #5CDAF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DCF #2DCFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B1 #13B1CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F8D #0F8DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B65 #0B6575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0741 #07414B | 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: #DEF8FC;
--teal-200: #C2F1F9;
--teal-300: #94E6F5;
--teal-400: #5CDAF0;
--teal-500: #2DCFEB;
--teal-600: #13B1CD;
--teal-700: #0F8DA3;
--teal-800: #0B6575;
--teal-900: #07414B;
--teal-950: #04282F;
}