Teal
#25698D
BlueColor Codes
All color formats for development
HEX
#25698DRGB
rgb(37, 105, 141)HSL
hsl(201, 58%, 35%)OKLCH
oklch(0.495 0.088 235.9)CMYK
cmyk(74%, 26%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#225E7F
2#1E5471
3#1A4963
4#163F55
5#133447
6#0F2A38
7#0B1F2A
8#07151C
9#040A0E
Tints
Lighter variations
1#2C7CA7
2#3390C1
3#489FCE
4#62ADD5
5#7CBBDC
6#96C8E3
7#B0D6EA
8#CBE4F1
9#E5F1F8
Tones
Muted variations
1#2B6788
2#306683
3#35647D
4#3A6378
5#3F6173
6#455F6E
7#4A5E69
8#4F5C64
9#545B5E
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 | CBE4 #CBE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CF #A2CFE6 | BordersInactive statesPlaceholder text |
| 400 | 72B5 #72B5DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AA0 #4AA0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F84 #2F84B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2569 #25698D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4B #1B4B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1130 #113040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F0F8;
--teal-200: #CBE4F1;
--teal-300: #A2CFE6;
--teal-400: #72B5DA;
--teal-500: #4AA0CF;
--teal-600: #2F84B1;
--teal-700: #25698D;
--teal-800: #1B4B65;
--teal-900: #113040;
--teal-950: #0B1E28;
}