Teal
#25648E
BlueColor Codes
All color formats for development
HEX
#25648ERGB
rgb(37, 100, 142)HSL
hsl(204, 59%, 35%)OKLCH
oklch(0.483 0.093 241.7)CMYK
cmyk(74%, 30%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#215A80
2#1D5072
3#1A4663
4#163C55
5#123247
6#0F2839
7#0B1E2B
8#07141C
9#040A0E
Tints
Lighter variations
1#2B76A8
2#3289C3
3#4799CF
4#61A7D6
5#7BB6DD
6#96C5E4
7#B0D3EB
8#CAE2F1
9#E5F0F8
Tones
Muted variations
1#2A6389
2#2F6283
3#34617E
4#3A6079
5#3F5F74
6#445D6E
7#495C69
8#4F5B64
9#545A5F
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 | CAE2 #CAE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CB #A2CBE7 | BordersInactive statesPlaceholder text |
| 400 | 71B0 #71B0DA | Disabled statesSecondary iconsMuted text |
| 500 | 499A #499AD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E7D #2E7DB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2564 #25648E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A47 #1A4765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112E #112E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3EFF8;
--teal-200: #CAE2F1;
--teal-300: #A2CBE7;
--teal-400: #71B0DA;
--teal-500: #499AD0;
--teal-600: #2E7DB2;
--teal-700: #25648E;
--teal-800: #1A4765;
--teal-900: #112E41;
--teal-950: #0A1D29;
}