Teal
#1D7E96
CyanColor Codes
All color formats for development
HEX
#1D7E96RGB
rgb(29, 126, 150)HSL
hsl(192, 68%, 35%)OKLCH
oklch(0.551 0.092 219.1)CMYK
cmyk(81%, 16%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A7187
2#176578
3#145869
4#114B5A
5#0E3F4B
6#0B323C
7#09262D
8#06191E
9#030D0F
Tints
Lighter variations
1#2295B2
2#27ACCE
3#3CBADA
4#58C4DF
5#74CEE4
6#90D8EA
7#ABE2EF
8#C7EBF4
9#E3F5FA
Tones
Muted variations
1#237A90
2#29768A
3#2F7384
4#356F7E
5#3B6B78
6#416872
7#47646B
8#4D6165
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EB #C7EBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDC #9CDCEC | BordersInactive statesPlaceholder text |
| 400 | 69CA #69CAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EBB #3EBBDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 249E #249EBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7E #1D7E96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145A #145A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3945 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E1F4F9;
--teal-200: #C7EBF4;
--teal-300: #9CDCEC;
--teal-400: #69CAE2;
--teal-500: #3EBBDA;
--teal-600: #249EBC;
--teal-700: #1D7E96;
--teal-800: #145A6B;
--teal-900: #0D3945;
--teal-950: #08242B;
}