Teal
#25668E
BlueColor Codes
All color formats for development
HEX
#25668ERGB
rgb(37, 102, 142)HSL
hsl(203, 59%, 35%)OKLCH
oklch(0.488 0.091 239.7)CMYK
cmyk(74%, 28%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#215B80
2#1D5172
3#1A4763
4#163D55
5#123347
6#0F2939
7#0B1E2B
8#07141C
9#040A0E
Tints
Lighter variations
1#2B78A8
2#328BC3
3#479BCF
4#61A9D6
5#7BB8DD
6#96C6E4
7#B0D4EB
8#CAE2F1
9#E5F1F8
Tones
Muted variations
1#2A6489
2#2F6383
3#34627E
4#3A6179
5#3F5F74
6#445E6E
7#495D69
8#4F5C64
9#545A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE2 #CAE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CC #A2CCE7 | BordersInactive statesPlaceholder text |
| 400 | 71B2 #71B2DA | Disabled statesSecondary iconsMuted text |
| 500 | 499C #499CD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E80 #2E80B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2566 #25668E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A49 #1A4965 | 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: #E3F0F8;
--teal-200: #CAE2F1;
--teal-300: #A2CCE7;
--teal-400: #71B2DA;
--teal-500: #499CD0;
--teal-600: #2E80B2;
--teal-700: #25668E;
--teal-800: #1A4965;
--teal-900: #112E41;
--teal-950: #0A1D29;
}