Teal
#1198A2
CyanColor Codes
All color formats for development
HEX
#1198A2RGB
rgb(17, 152, 162)HSL
hsl(184, 81%, 35%)OKLCH
oklch(0.62 0.103 203.3)CMYK
cmyk(90%, 6%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F8991
2#0E7A81
3#0C6A71
4#0A5B61
5#084C51
6#073D41
7#052E30
8#031E20
9#020F10
Tints
Lighter variations
1#14B4C0
2#17D0DE
3#2DDCE9
4#4BE1EC
5#69E6EF
6#87EBF2
7#A5F0F6
8#C3F5F9
9#E1FAFC
Tones
Muted variations
1#18929A
2#1F8B93
3#27858C
4#2E7F85
5#35797D
6#3C7276
7#446C6F
8#4B6668
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EE #95EEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE4 #5DE4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FDD #2FDDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15BF #15BFCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1198 #1198A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6D #0C6D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0845 #08454A | 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: #DFFAFC;
--teal-200: #C3F5F9;
--teal-300: #95EEF4;
--teal-400: #5DE4EE;
--teal-500: #2FDDE9;
--teal-600: #15BFCB;
--teal-700: #1198A2;
--teal-800: #0C6D73;
--teal-900: #08454A;
--teal-950: #052B2E;
}