Teal
#175E69
CyanColor Codes
All color formats for development
HEX
#175E69RGB
rgb(23, 94, 105)HSL
hsl(188, 64%, 25%)OKLCH
oklch(0.445 0.069 210.2)CMYK
cmyk(78%, 10%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15545E
2#124B54
3#104249
4#0E383F
5#0B2F34
6#09252A
7#071C1F
8#051315
9#02090A
Tints
Lighter variations
1#1E7A88
2#2596A7
3#2CB2C7
4#43C2D6
5#62CCDD
6#82D6E3
7#A1E1EA
8#C0EBF1
9#E0F5F8
Tones
Muted variations
1#1B5B64
2#1F5860
3#23555C
4#275258
5#2B4F54
6#2F4C50
7#34494C
8#384648
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE0 #9FE0EA | BordersInactive statesPlaceholder text |
| 400 | 6DD0 #6DD0DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C2 #43C2D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A5 #28A5B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2083 #208392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175E #175E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3C #0F3C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E2F6F9;
--teal-200: #C9EDF3;
--teal-300: #9FE0EA;
--teal-400: #6DD0DF;
--teal-500: #43C2D6;
--teal-600: #28A5B8;
--teal-700: #208392;
--teal-800: #175E69;
--teal-900: #0F3C43;
--teal-950: #09252A;
}