Teal
#25678D
BlueColor Codes
All color formats for development
HEX
#25678DRGB
rgb(37, 103, 141)HSL
hsl(202, 58%, 35%)OKLCH
oklch(0.49 0.089 238)CMYK
cmyk(74%, 27%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#225D7F
2#1E5271
3#1A4863
4#163E55
5#133447
6#0F2938
7#0B1F2A
8#07151C
9#040A0E
Tints
Lighter variations
1#2C7AA7
2#338DC1
3#489DCE
4#62ABD5
5#7CB9DC
6#96C7E3
7#B0D5EA
8#CBE3F1
9#E5F1F8
Tones
Muted variations
1#2B6688
2#306483
3#35637D
4#3A6278
5#3F6073
6#455F6E
7#4A5D69
8#4F5C64
9#545B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE3 #CBE3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CD #A2CDE6 | BordersInactive statesPlaceholder text |
| 400 | 72B4 #72B4DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A9E #4A9ECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F82 #2F82B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2567 #25678D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4A #1B4A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112F #112F40 | 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: #F3F9FC;
--teal-100: #E3F0F8;
--teal-200: #CBE3F1;
--teal-300: #A2CDE6;
--teal-400: #72B4DA;
--teal-500: #4A9ECF;
--teal-600: #2F82B1;
--teal-700: #25678D;
--teal-800: #1B4A65;
--teal-900: #112F40;
--teal-950: #0B1D28;
}