Teal
#25708E
BlueColor Codes
All color formats for development
HEX
#25708ERGB
rgb(37, 112, 142)HSL
hsl(197, 59%, 35%)OKLCH
oklch(0.513 0.086 228.8)CMYK
cmyk(74%, 21%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#216580
2#1D5A72
3#1A4E63
4#164355
5#123847
6#0F2D39
7#0B222B
8#07161C
9#040B0E
Tints
Lighter variations
1#2B85A8
2#329AC3
3#47A9CF
4#61B5D6
5#7BC1DD
6#96CEE4
7#B0DAEB
8#CAE6F1
9#E5F3F8
Tones
Muted variations
1#2A6E89
2#2F6C83
3#34697E
4#3A6779
5#3F6574
6#44626E
7#496069
8#4F5E64
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE6 #CAE6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D3 #A2D3E7 | BordersInactive statesPlaceholder text |
| 400 | 71BD #71BDDA | Disabled statesSecondary iconsMuted text |
| 500 | 49AA #49AAD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E8D #2E8DB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2570 #25708E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A50 #1A5065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1133 #113341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F2F8;
--teal-200: #CAE6F1;
--teal-300: #A2D3E7;
--teal-400: #71BDDA;
--teal-500: #49AAD0;
--teal-600: #2E8DB2;
--teal-700: #25708E;
--teal-800: #1A5065;
--teal-900: #113341;
--teal-950: #0A2029;
}