Teal
#1191A2
CyanColor Codes
All color formats for development
HEX
#1191A2RGB
rgb(17, 145, 162)HSL
hsl(187, 81%, 35%)OKLCH
oklch(0.603 0.101 209.7)CMYK
cmyk(90%, 10%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F8291
2#0E7481
3#0C6571
4#0A5761
5#084851
6#073A41
7#052B30
8#031D20
9#020E10
Tints
Lighter variations
1#14ACC0
2#17C6DE
3#2DD3E9
4#4BD9EC
5#69E0EF
6#87E6F2
7#A5ECF6
8#C3F2F9
9#E1F9FC
Tones
Muted variations
1#188B9A
2#1F8693
3#27808C
4#2E7B85
5#35757D
6#3C6F76
7#446A6F
8#4B6468
9#525F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F2 #C3F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E9 #95E9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDD #5DDDEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD4 #2FD4E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B6 #15B6CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1191 #1191A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C67 #0C6773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0842 #08424A | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DFF8FC;
--teal-200: #C3F2F9;
--teal-300: #95E9F4;
--teal-400: #5DDDEE;
--teal-500: #2FD4E9;
--teal-600: #15B6CB;
--teal-700: #1191A2;
--teal-800: #0C6773;
--teal-900: #08424A;
--teal-950: #05292E;
}