Teal
#2D5E86
BlueColor Codes
All color formats for development
HEX
#2D5E86RGB
rgb(45, 94, 134)HSL
hsl(207, 50%, 35%)OKLCH
oklch(0.467 0.084 245.6)CMYK
cmyk(66%, 30%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#285478
2#244B6B
3#1F425E
4#1B3850
5#162F43
6#122536
7#0D1C28
8#09131B
9#04090D
Tints
Lighter variations
1#356F9F
2#3D81B8
3#5191C5
4#6AA1CD
5#83B0D6
6#9CC0DE
7#B4D0E6
8#CDE0EE
9#E6EFF7
Tones
Muted variations
1#315D81
2#365D7D
3#3A5C78
4#3E5C74
5#435B70
6#475B6B
7#4C5B67
8#505A62
9#555A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE0 #CDE0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C7 #A7C7E2 | BordersInactive statesPlaceholder text |
| 400 | 79AA #79AAD2 | Disabled statesSecondary iconsMuted text |
| 500 | 5392 #5392C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3876 #3876A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D5E #2D5E86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2043 #204360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142B #142B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E4EEF6;
--teal-200: #CDE0EE;
--teal-300: #A7C7E2;
--teal-400: #79AAD2;
--teal-500: #5392C6;
--teal-600: #3876A8;
--teal-700: #2D5E86;
--teal-800: #204360;
--teal-900: #142B3D;
--teal-950: #0D1B26;
}