Teal
#25628D
BlueColor Codes
All color formats for development
HEX
#25628DRGB
rgb(37, 98, 141)HSL
hsl(205, 58%, 35%)OKLCH
oklch(0.477 0.093 243.1)CMYK
cmyk(74%, 30%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22587F
2#1E4E71
3#1A4563
4#163B55
5#133147
6#0F2738
7#0B1D2A
8#07141C
9#040A0E
Tints
Lighter variations
1#2C74A7
2#3386C1
3#4896CE
4#62A5D5
5#7CB4DC
6#96C3E3
7#B0D2EA
8#CBE1F1
9#E5F0F8
Tones
Muted variations
1#2B6188
2#306083
3#355F7D
4#3A5E78
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 | CBE1 #CBE1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CA #A2CAE6 | BordersInactive statesPlaceholder text |
| 400 | 72AE #72AEDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A97 #4A97CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F7B #2F7BB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2562 #25628D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B46 #1B4665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112D #112D40 | 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: #CBE1F1;
--teal-300: #A2CAE6;
--teal-400: #72AEDA;
--teal-500: #4A97CF;
--teal-600: #2F7BB1;
--teal-700: #25628D;
--teal-800: #1B4665;
--teal-900: #112D40;
--teal-950: #0B1C28;
}