Teal
#2B6A88
BlueColor Codes
All color formats for development
HEX
#2B6A88RGB
rgb(43, 106, 136)HSL
hsl(199, 52%, 35%)OKLCH
oklch(0.497 0.08 232.2)CMYK
cmyk(68%, 22%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27607A
2#22556D
3#1E4A5F
4#1A4051
5#153544
6#112B36
7#0D2029
8#09151B
9#040B0E
Tints
Lighter variations
1#337EA1
2#3B92BA
3#4FA1C7
4#68AFCF
5#81BCD7
6#9AC9DF
7#B3D7E7
8#CDE4EF
9#E6F2F7
Tones
Muted variations
1#2F6983
2#34677E
3#39657A
4#3D6375
5#426270
6#47606C
7#4B5E67
8#505D63
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE4 #CDE4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D0 #A6D0E3 | BordersInactive statesPlaceholder text |
| 400 | 77B7 #77B7D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51A2 #51A2C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3686 #3686AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B6A #2B6A88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4C #1F4C61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1431 #14313E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F1F6;
--teal-200: #CDE4EF;
--teal-300: #A6D0E3;
--teal-400: #77B7D4;
--teal-500: #51A2C8;
--teal-600: #3686AB;
--teal-700: #2B6A88;
--teal-800: #1F4C61;
--teal-900: #14313E;
--teal-950: #0C1E27;
}