Teal
#1C7697
BlueColor Codes
All color formats for development
HEX
#1C7697RGB
rgb(28, 118, 151)HSL
hsl(196, 69%, 35%)OKLCH
oklch(0.531 0.095 228.2)CMYK
cmyk(81%, 22%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#196A88
2#165E79
3#13536A
4#11475A
5#0E3B4B
6#0B2F3C
7#08232D
8#06181E
9#030C0F
Tints
Lighter variations
1#218CB3
2#26A2CF
3#3BB0DB
4#57BCE0
5#73C7E5
6#8FD2EA
7#ABDDF0
8#C7E9F5
9#E3F4FA
Tones
Muted variations
1#227391
2#28708B
3#2E6D84
4#346A7E
5#3A6878
6#416572
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 | 9CD7 #9CD7ED | BordersInactive statesPlaceholder text |
| 400 | 68C2 #68C2E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB1 #3DB1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2394 #2394BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C76 #1C7697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1454 #14546C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D36 #0D3645 | 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: #9CD7ED;
--teal-400: #68C2E3;
--teal-500: #3DB1DB;
--teal-600: #2394BE;
--teal-700: #1C7697;
--teal-800: #14546C;
--teal-900: #0D3645;
--teal-950: #08222B;
}