Teal
#26698C
BlueColor Codes
All color formats for development
HEX
#26698CRGB
rgb(38, 105, 140)HSL
hsl(201, 57%, 35%)OKLCH
oklch(0.495 0.087 235.4)CMYK
cmyk(73%, 25%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#235E7E
2#1F5470
3#1B4962
4#173F54
5#133446
6#0F2A38
7#0C1F2A
8#08151C
9#040A0E
Tints
Lighter variations
1#2E7CA6
2#358FC0
3#499FCD
4#63ADD4
5#7DBADB
6#97C8E2
7#B1D6EA
8#CBE4F1
9#E5F1F8
Tones
Muted variations
1#2B6787
2#316582
3#36647D
4#3B6278
5#406173
6#455F6E
7#4A5E69
8#4F5C63
9#545B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE4 #CBE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3CE #A3CEE6 | BordersInactive statesPlaceholder text |
| 400 | 73B5 #73B5D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BA0 #4BA0CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3083 #3083B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2669 #26698C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4B #1B4B64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #123040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F0F7;
--teal-200: #CBE4F1;
--teal-300: #A3CEE6;
--teal-400: #73B5D9;
--teal-500: #4BA0CE;
--teal-600: #3083B0;
--teal-700: #26698C;
--teal-800: #1B4B64;
--teal-900: #123040;
--teal-950: #0B1E28;
}