Teal
#25658D
BlueColor Codes
All color formats for development
HEX
#25658DRGB
rgb(37, 101, 141)HSL
hsl(203, 58%, 35%)OKLCH
oklch(0.485 0.091 240.1)CMYK
cmyk(74%, 28%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#225B7F
2#1E5171
3#1A4763
4#163D55
5#133347
6#0F2938
7#0B1E2A
8#07141C
9#040A0E
Tints
Lighter variations
1#2C78A7
2#338BC1
3#489BCE
4#62A9D5
5#7CB7DC
6#96C6E3
7#B0D4EA
8#CBE2F1
9#E5F1F8
Tones
Muted variations
1#2B6488
2#306383
3#35627D
4#3A6078
5#3F5F73
6#455E6E
7#4A5D69
8#4F5C64
9#545A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE2 #CBE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CC #A2CCE6 | BordersInactive statesPlaceholder text |
| 400 | 72B2 #72B2DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A9C #4A9CCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F7F #2F7FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2565 #25658D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B48 #1B4865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112E #112E40 | 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: #E3F0F8;
--teal-200: #CBE2F1;
--teal-300: #A2CCE6;
--teal-400: #72B2DA;
--teal-500: #4A9CCF;
--teal-600: #2F7FB1;
--teal-700: #25658D;
--teal-800: #1B4865;
--teal-900: #112E40;
--teal-950: #0B1D28;
}