Teal
#26658C
BlueColor Codes
All color formats for development
HEX
#26658CRGB
rgb(38, 101, 140)HSL
hsl(203, 57%, 35%)OKLCH
oklch(0.485 0.089 239.7)CMYK
cmyk(73%, 28%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#235B7E
2#1F5170
3#1B4762
4#173D54
5#133346
6#0F2838
7#0C1E2A
8#08141C
9#040A0E
Tints
Lighter variations
1#2E78A6
2#358BC0
3#499ACD
4#63A9D4
5#7DB7DB
6#97C6E2
7#B1D4EA
8#CBE2F1
9#E5F1F8
Tones
Muted variations
1#2B6487
2#316382
3#36627D
4#3B6078
5#405F73
6#455E6E
7#4A5D69
8#4F5C63
9#545A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE2 #CBE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3CC #A3CCE6 | BordersInactive statesPlaceholder text |
| 400 | 73B2 #73B2D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B9C #4B9CCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 307F #307FB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2665 #26658C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B48 #1B4864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122E #122E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3F0F7;
--teal-200: #CBE2F1;
--teal-300: #A3CCE6;
--teal-400: #73B2D9;
--teal-500: #4B9CCE;
--teal-600: #307FB0;
--teal-700: #26658C;
--teal-800: #1B4864;
--teal-900: #122E40;
--teal-950: #0B1D28;
}