Teal
#25608E
BlueColor Codes
All color formats for development
HEX
#25608ERGB
rgb(37, 96, 142)HSL
hsl(206, 59%, 35%)OKLCH
oklch(0.473 0.096 245.5)CMYK
cmyk(74%, 32%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#215780
2#1D4D72
3#1A4363
4#163A55
5#123047
6#0F2739
7#0B1D2B
8#07131C
9#040A0E
Tints
Lighter variations
1#2B72A8
2#3284C3
3#4794CF
4#61A3D6
5#7BB3DD
6#96C2E4
7#B0D1EB
8#CAE0F1
9#E5F0F8
Tones
Muted variations
1#2A6089
2#2F5F83
3#345E7E
4#3A5D79
5#3F5D74
6#445C6E
7#495B69
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 | CAE0 #CAE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C9 #A2C9E7 | BordersInactive statesPlaceholder text |
| 400 | 71AD #71ADDA | Disabled statesSecondary iconsMuted text |
| 500 | 4995 #4995D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E79 #2E79B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2560 #25608E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A45 #1A4565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112C #112C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3EFF8;
--teal-200: #CAE0F1;
--teal-300: #A2C9E7;
--teal-400: #71ADDA;
--teal-500: #4995D0;
--teal-600: #2E79B2;
--teal-700: #25608E;
--teal-800: #1A4565;
--teal-900: #112C41;
--teal-950: #0A1C29;
}