Teal
#1D7995
CyanColor Codes
All color formats for development
HEX
#1D7995RGB
rgb(29, 121, 149)HSL
hsl(194, 67%, 35%)OKLCH
oklch(0.537 0.092 223.6)CMYK
cmyk(81%, 19%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6D86
2#186177
3#155568
4#124959
5#0F3D4B
6#0C303C
7#09242D
8#06181E
9#030C0F
Tints
Lighter variations
1#2390B1
2#28A6CC
3#3DB4D9
4#59BFDE
5#75CAE4
6#90D4E9
7#ACDFEF
8#C8EAF4
9#E3F4FA
Tones
Muted variations
1#23768F
2#297389
3#2F7083
4#356C7D
5#3B6977
6#416671
7#47636B
8#4D6065
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EA #C8EAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD9 #9DD9EC | BordersInactive statesPlaceholder text |
| 400 | 6AC6 #6AC6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FB5 #3FB5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2598 #2598BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D79 #1D7995 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1557 #15576A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D37 #0D3744 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFC;
--teal-100: #E1F4F9;
--teal-200: #C8EAF4;
--teal-300: #9DD9EC;
--teal-400: #6AC6E2;
--teal-500: #3FB5D9;
--teal-600: #2598BB;
--teal-700: #1D7995;
--teal-800: #15576A;
--teal-900: #0D3744;
--teal-950: #08232B;
}