Teal
#2B7088
BlueColor Codes
All color formats for development
HEX
#2B7088RGB
rgb(43, 112, 136)HSL
hsl(195, 52%, 35%)OKLCH
oklch(0.512 0.078 224.5)CMYK
cmyk(68%, 18%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27657A
2#225A6D
3#1E4F5F
4#1A4351
5#153844
6#112D36
7#0D2229
8#09161B
9#040B0E
Tints
Lighter variations
1#3385A1
2#3B9ABA
3#4FA9C7
4#68B5CF
5#81C2D7
6#9ACEDF
7#B3DAE7
8#CDE6EF
9#E6F3F7
Tones
Muted variations
1#2F6E83
2#346C7E
3#39697A
4#3D6775
5#426570
6#47636C
7#4B6067
8#505E63
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE6 #CDE6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D4 #A6D4E3 | BordersInactive statesPlaceholder text |
| 400 | 77BD #77BDD4 | Disabled statesSecondary iconsMuted text |
| 500 | 51AA #51AAC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 368D #368DAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B70 #2B7088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F50 #1F5061 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1433 #14333E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F2F6;
--teal-200: #CDE6EF;
--teal-300: #A6D4E3;
--teal-400: #77BDD4;
--teal-500: #51AAC8;
--teal-600: #368DAB;
--teal-700: #2B7088;
--teal-800: #1F5061;
--teal-900: #14333E;
--teal-950: #0C2027;
}