Teal
#25698E
BlueColor Codes
All color formats for development
HEX
#25698ERGB
rgb(37, 105, 142)HSL
hsl(201, 59%, 35%)OKLCH
oklch(0.496 0.089 236.6)CMYK
cmyk(74%, 26%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#215F80
2#1D5472
3#1A4A63
4#163F55
5#123547
6#0F2A39
7#0B202B
8#07151C
9#040B0E
Tints
Lighter variations
1#2B7DA8
2#3290C3
3#47A0CF
4#61ADD6
5#7BBBDD
6#96C8E4
7#B0D6EB
8#CAE4F1
9#E5F1F8
Tones
Muted variations
1#2A6789
2#2F6683
3#34647E
4#3A6379
5#3F6174
6#44606E
7#495E69
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 | CAE4 #CAE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CF #A2CFE7 | BordersInactive statesPlaceholder text |
| 400 | 71B6 #71B6DA | Disabled statesSecondary iconsMuted text |
| 500 | 49A1 #49A1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E84 #2E84B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2569 #25698E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4B #1A4B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1130 #113041 | 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: #CAE4F1;
--teal-300: #A2CFE7;
--teal-400: #71B6DA;
--teal-500: #49A1D0;
--teal-600: #2E84B2;
--teal-700: #25698E;
--teal-800: #1A4B65;
--teal-900: #113041;
--teal-950: #0A1E29;
}