Teal
#1F6393
BlueColor Codes
All color formats for development
HEX
#1F6393RGB
rgb(31, 99, 147)HSL
hsl(205, 65%, 35%)OKLCH
oklch(0.482 0.102 244)CMYK
cmyk(79%, 33%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C5985
2#194F76
3#164567
4#133B58
5#10314A
6#0C283B
7#091E2C
8#06141D
9#030A0F
Tints
Lighter variations
1#2575AF
2#2B88CA
3#4098D6
4#5BA6DC
5#76B5E2
6#92C4E8
7#ADD3EE
8#C8E1F3
9#E4F0F9
Tones
Muted variations
1#25628D
2#2B6188
3#316082
4#365F7C
5#3C5E76
6#425D70
7#485C6B
8#4E5B65
9#535A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E1 #C8E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECB #9ECBEA | BordersInactive statesPlaceholder text |
| 400 | 6CAF #6CAFE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4299 #4299D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 277C #277CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F63 #1F6393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1647 #164769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2D #0E2D43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F8FC;
--teal-100: #E2EFF9;
--teal-200: #C8E1F3;
--teal-300: #9ECBEA;
--teal-400: #6CAFE0;
--teal-500: #4299D7;
--teal-600: #277CB9;
--teal-700: #1F6393;
--teal-800: #164769;
--teal-900: #0E2D43;
--teal-950: #091C2A;
}