Teal
#25648D
BlueColor Codes
All color formats for development
HEX
#25648DRGB
rgb(37, 100, 141)HSL
hsl(204, 58%, 35%)OKLCH
oklch(0.482 0.092 241.1)CMYK
cmyk(74%, 29%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#225A7F
2#1E5071
3#1A4663
4#163C55
5#133247
6#0F2838
7#0B1E2A
8#07141C
9#040A0E
Tints
Lighter variations
1#2C76A7
2#3389C1
3#4898CE
4#62A7D5
5#7CB6DC
6#96C4E3
7#B0D3EA
8#CBE2F1
9#E5F0F8
Tones
Muted variations
1#2B6388
2#306283
3#35607D
4#3A5F78
5#3F5E73
6#455D6E
7#4A5C69
8#4F5B64
9#545A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE2 #CBE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CB #A2CBE6 | BordersInactive statesPlaceholder text |
| 400 | 72B0 #72B0DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A9A #4A9ACF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F7D #2F7DB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2564 #25648D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B47 #1B4765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112E #112E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3EFF8;
--teal-200: #CBE2F1;
--teal-300: #A2CBE6;
--teal-400: #72B0DA;
--teal-500: #4A9ACF;
--teal-600: #2F7DB1;
--teal-700: #25648D;
--teal-800: #1B4765;
--teal-900: #112E40;
--teal-950: #0B1C28;
}