Teal
#1195A2
CyanColor Codes
All color formats for development
HEX
#1195A2RGB
rgb(17, 149, 162)HSL
hsl(185, 81%, 35%)OKLCH
oklch(0.613 0.102 206)CMYK
cmyk(90%, 8%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F8791
2#0E7881
3#0C6971
4#0A5A61
5#084B51
6#073C41
7#052D30
8#031E20
9#020F10
Tints
Lighter variations
1#14B1C0
2#17CDDE
3#2DD9E9
4#4BDFEC
5#69E4EF
6#87E9F2
7#A5EFF6
8#C3F4F9
9#E1FAFC
Tones
Muted variations
1#188F9A
2#1F8993
3#27838C
4#2E7D85
5#35777D
6#3C7176
7#446B6F
8#4B6568
9#525F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F4 #C3F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EC #95ECF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE2 #5DE2EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FDA #2FDAE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15BC #15BCCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1195 #1195A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6B #0C6B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0844 #08444A | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DFF9FC;
--teal-200: #C3F4F9;
--teal-300: #95ECF4;
--teal-400: #5DE2EE;
--teal-500: #2FDAE9;
--teal-600: #15BCCB;
--teal-700: #1195A2;
--teal-800: #0C6B73;
--teal-900: #08444A;
--teal-950: #052B2E;
}