Teal
#1F7693
BlueColor Codes
All color formats for development
HEX
#1F7693RGB
rgb(31, 118, 147)HSL
hsl(195, 65%, 35%)OKLCH
oklch(0.529 0.09 225.3)CMYK
cmyk(79%, 20%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C6A85
2#195F76
3#165367
4#134758
5#103B4A
6#0C2F3B
7#09232C
8#06181D
9#030C0F
Tints
Lighter variations
1#258CAF
2#2BA2CA
3#40B1D6
4#5BBCDC
5#76C7E2
6#92D2E8
7#ADDDEE
8#C8E9F3
9#E4F4F9
Tones
Muted variations
1#25738D
2#2B7088
3#316E82
4#366B7C
5#3C6876
6#426570
7#48626B
8#4E5F65
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E9 #C8E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED7 #9ED7EA | BordersInactive statesPlaceholder text |
| 400 | 6CC3 #6CC3E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42B2 #42B2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2795 #2795B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F76 #1F7693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1654 #165469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E36 #0E3643 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFC;
--teal-100: #E2F3F9;
--teal-200: #C8E9F3;
--teal-300: #9ED7EA;
--teal-400: #6CC3E0;
--teal-500: #42B2D7;
--teal-600: #2795B9;
--teal-700: #1F7693;
--teal-800: #165469;
--teal-900: #0E3643;
--teal-950: #09222A;
}