Teal
#1D7795
BlueColor Codes
All color formats for development
HEX
#1D7795RGB
rgb(29, 119, 149)HSL
hsl(195, 67%, 35%)OKLCH
oklch(0.532 0.092 225.7)CMYK
cmyk(81%, 20%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6B86
2#185F77
3#155368
4#124759
5#0F3C4B
6#0C303C
7#09242D
8#06181E
9#030C0F
Tints
Lighter variations
1#238DB1
2#28A3CC
3#3DB2D9
4#59BDDE
5#75C8E4
6#90D3E9
7#ACDEEF
8#C8E9F4
9#E3F4FA
Tones
Muted variations
1#23748F
2#297189
3#2F6E83
4#356B7D
5#3B6877
6#416571
7#47626B
8#4D5F65
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E9 #C8E9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD8 #9DD8EC | BordersInactive statesPlaceholder text |
| 400 | 6AC4 #6AC4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FB3 #3FB3D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2596 #2596BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D77 #1D7795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1555 #15556A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D36 #0D3644 | 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: #F2FAFC;
--teal-100: #E1F3F9;
--teal-200: #C8E9F4;
--teal-300: #9DD8EC;
--teal-400: #6AC4E2;
--teal-500: #3FB3D9;
--teal-600: #2596BB;
--teal-700: #1D7795;
--teal-800: #15556A;
--teal-900: #0D3644;
--teal-950: #08222B;
}