Teal
#0B6874
CyanColor Codes
All color formats for development
HEX
#0B6874RGB
rgb(11, 104, 116)HSL
hsl(187, 83%, 25%)OKLCH
oklch(0.475 0.079 209.1)CMYK
cmyk(91%, 10%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5E69
2#09535D
3#084952
4#073F46
5#05343A
6#042A2F
7#031F23
8#021517
9#010A0C
Tints
Lighter variations
1#0E8898
2#11A7BB
3#15C6DE
4#2DD5EB
5#50DCEF
6#73E3F2
7#96EAF5
8#B9F1F8
9#DCF8FC
Tones
Muted variations
1#10646F
2#15606A
3#1B5C65
4#20585F
5#25545A
6#2B5055
7#304C50
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 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EA #94EAF5 | BordersInactive statesPlaceholder text |
| 400 | 5CDF #5CDFF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD5 #2DD5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B8 #13B8CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F92 #0F92A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B68 #0B6875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0743 #07434B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF9FC;
--teal-200: #C2F3F9;
--teal-300: #94EAF5;
--teal-400: #5CDFF0;
--teal-500: #2DD5EB;
--teal-600: #13B8CD;
--teal-700: #0F92A3;
--teal-800: #0B6875;
--teal-900: #07434B;
--teal-950: #042A2F;
}