Teal
#25798E
CyanColor Codes
All color formats for development
HEX
#25798ERGB
rgb(37, 121, 142)HSL
hsl(192, 59%, 35%)OKLCH
oklch(0.536 0.084 218.2)CMYK
cmyk(74%, 15%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#216D80
2#1D6172
3#1A5563
4#164955
5#123C47
6#0F3039
7#0B242B
8#07181C
9#040C0E
Tints
Lighter variations
1#2B8FA8
2#32A6C3
3#47B4CF
4#61BFD6
5#7BC9DD
6#96D4E4
7#B0DFEB
8#CAEAF1
9#E5F4F8
Tones
Muted variations
1#2A7689
2#2F7383
3#346F7E
4#3A6C79
5#3F6974
6#44666E
7#496369
8#4F6064
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D9 #A2D9E7 | BordersInactive statesPlaceholder text |
| 400 | 71C5 #71C5DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B5 #49B5D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E98 #2E98B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2579 #25798E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A56 #1A5665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1137 #113741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F3F8;
--teal-200: #CAEAF1;
--teal-300: #A2D9E7;
--teal-400: #71C5DA;
--teal-500: #49B5D0;
--teal-600: #2E98B2;
--teal-700: #25798E;
--teal-800: #1A5665;
--teal-900: #113741;
--teal-950: #0A2329;
}