Teal
#1F6993
BlueColor Codes
All color formats for development
HEX
#1F6993RGB
rgb(31, 105, 147)HSL
hsl(202, 65%, 35%)OKLCH
oklch(0.496 0.097 238.6)CMYK
cmyk(79%, 29%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C5E85
2#195476
3#164967
4#133F58
5#10344A
6#0C2A3B
7#091F2C
8#06151D
9#030A0F
Tints
Lighter variations
1#257CAF
2#2B90CA
3#409FD6
4#5BADDC
5#76BAE2
6#92C8E8
7#ADD6EE
8#C8E4F3
9#E4F1F9
Tones
Muted variations
1#25678D
2#2B6688
3#316482
4#36637C
5#3C6176
6#425F70
7#485E6B
8#4E5C65
9#535B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECF #9ECFEA | BordersInactive statesPlaceholder text |
| 400 | 6CB5 #6CB5E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42A0 #42A0D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2784 #2784B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F69 #1F6993 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164B #164B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E30 #0E3043 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E2F0F9;
--teal-200: #C8E4F3;
--teal-300: #9ECFEA;
--teal-400: #6CB5E0;
--teal-500: #42A0D7;
--teal-600: #2784B9;
--teal-700: #1F6993;
--teal-800: #164B69;
--teal-900: #0E3043;
--teal-950: #091E2A;
}