Teal
#2D6D86
BlueColor Codes
All color formats for development
HEX
#2D6D86RGB
rgb(45, 109, 134)HSL
hsl(197, 50%, 35%)OKLCH
oklch(0.504 0.076 227)CMYK
cmyk(66%, 19%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#286278
2#24576B
3#1F4C5E
4#1B4150
5#163643
6#122B36
7#0D2128
8#09161B
9#040B0D
Tints
Lighter variations
1#35819F
2#3D95B8
3#51A4C5
4#6AB1CD
5#83BED6
6#9CCBDE
7#B4D8E6
8#CDE5EE
9#E6F2F7
Tones
Muted variations
1#316B81
2#36697D
3#3A6778
4#3E6574
5#436370
6#47616B
7#4C5F67
8#505D62
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE5 #CDE5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7D1 #A7D1E2 | BordersInactive statesPlaceholder text |
| 400 | 79B9 #79B9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53A5 #53A5C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3889 #3889A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D6D #2D6D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 204E #204E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1432 #14323D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1F #0D1F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E4F1F6;
--teal-200: #CDE5EE;
--teal-300: #A7D1E2;
--teal-400: #79B9D2;
--teal-500: #53A5C6;
--teal-600: #3889A8;
--teal-700: #2D6D86;
--teal-800: #204E60;
--teal-900: #14323D;
--teal-950: #0D1F26;
}