Teal
#1C7897
BlueColor Codes
All color formats for development
HEX
#1C7897RGB
rgb(28, 120, 151)HSL
hsl(195, 69%, 35%)OKLCH
oklch(0.536 0.094 226.1)CMYK
cmyk(81%, 21%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#196C88
2#166079
3#13546A
4#11485A
5#0E3C4B
6#0B303C
7#08242D
8#06181E
9#030C0F
Tints
Lighter variations
1#218EB3
2#26A5CF
3#3BB3DB
4#57BEE0
5#73C9E5
6#8FD4EA
7#ABDEF0
8#C7E9F5
9#E3F4FA
Tones
Muted variations
1#227591
2#28728B
3#2E6F84
4#346C7E
5#3A6978
6#416672
7#47626C
8#4D5F66
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD9 #9CD9ED | BordersInactive statesPlaceholder text |
| 400 | 68C5 #68C5E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB4 #3DB4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2397 #2397BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C78 #1C7897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1456 #14566C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D37 #0D3745 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E1F3F9;
--teal-200: #C7E9F5;
--teal-300: #9CD9ED;
--teal-400: #68C5E3;
--teal-500: #3DB4DB;
--teal-600: #2397BE;
--teal-700: #1C7897;
--teal-800: #14566C;
--teal-900: #0D3745;
--teal-950: #08222B;
}