Teal
#1D6795
BlueColor Codes
All color formats for development
HEX
#1D6795RGB
rgb(29, 103, 149)HSL
hsl(203, 67%, 35%)OKLCH
oklch(0.492 0.102 241.3)CMYK
cmyk(81%, 31%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B5D86
2#185377
3#154868
4#123E59
5#0F344B
6#0C293C
7#091F2D
8#06151E
9#030A0F
Tints
Lighter variations
1#237AB1
2#288ECC
3#3D9DD9
4#59ABDE
5#75B9E4
6#90C7E9
7#ACD5EF
8#C8E3F4
9#E3F1FA
Tones
Muted variations
1#23668F
2#296489
3#2F6383
4#35627D
5#3B6077
6#415F71
7#475D6B
8#4D5C65
9#535B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E3 #C8E3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DCE #9DCEEC | BordersInactive statesPlaceholder text |
| 400 | 6AB4 #6AB4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F9E #3F9ED9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2582 #2582BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D67 #1D6795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 154A #154A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2F #0D2F44 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E1F0F9;
--teal-200: #C8E3F4;
--teal-300: #9DCEEC;
--teal-400: #6AB4E2;
--teal-500: #3F9ED9;
--teal-600: #2582BB;
--teal-700: #1D6795;
--teal-800: #154A6A;
--teal-900: #0D2F44;
--teal-950: #081D2B;
}