Teal
#25678E
BlueColor Codes
All color formats for development
HEX
#25678ERGB
rgb(37, 103, 142)HSL
hsl(202, 59%, 35%)OKLCH
oklch(0.49 0.091 238.7)CMYK
cmyk(74%, 27%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#215D80
2#1D5372
3#1A4863
4#163E55
5#123447
6#0F2939
7#0B1F2B
8#07151C
9#040A0E
Tints
Lighter variations
1#2B7AA8
2#328EC3
3#479DCF
4#61ABD6
5#7BB9DD
6#96C7E4
7#B0D5EB
8#CAE3F1
9#E5F1F8
Tones
Muted variations
1#2A6689
2#2F6483
3#34637E
4#3A6279
5#3F6074
6#445F6E
7#495D69
8#4F5C64
9#545B5F
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 | CAE3 #CAE3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CE #A2CEE7 | BordersInactive statesPlaceholder text |
| 400 | 71B4 #71B4DA | Disabled statesSecondary iconsMuted text |
| 500 | 499E #499ED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E82 #2E82B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2567 #25678E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4A #1A4A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112F #112F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F0F8;
--teal-200: #CAE3F1;
--teal-300: #A2CEE7;
--teal-400: #71B4DA;
--teal-500: #499ED0;
--teal-600: #2E82B2;
--teal-700: #25678E;
--teal-800: #1A4A65;
--teal-900: #112F41;
--teal-950: #0A1E29;
}