Teal
#25608D
BlueColor Codes
All color formats for development
HEX
#25608DRGB
rgb(37, 96, 141)HSL
hsl(206, 58%, 35%)OKLCH
oklch(0.473 0.095 245)CMYK
cmyk(74%, 32%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22577F
2#1E4D71
3#1A4363
4#163A55
5#133047
6#0F2638
7#0B1D2A
8#07131C
9#040A0E
Tints
Lighter variations
1#2C72A7
2#3384C1
3#4894CE
4#62A3D5
5#7CB3DC
6#96C2E3
7#B0D1EA
8#CBE0F1
9#E5F0F8
Tones
Muted variations
1#2B5F88
2#305F83
3#355E7D
4#3A5D78
5#3F5D73
6#455C6E
7#4A5B69
8#4F5B64
9#545A5E
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 | CBE0 #CBE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C9 #A2C9E6 | BordersInactive statesPlaceholder text |
| 400 | 72AD #72ADDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A95 #4A95CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F79 #2F79B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2560 #25608D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B45 #1B4565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112C #112C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3EFF8;
--teal-200: #CBE0F1;
--teal-300: #A2C9E6;
--teal-400: #72ADDA;
--teal-500: #4A95CF;
--teal-600: #2F79B1;
--teal-700: #25608D;
--teal-800: #1B4565;
--teal-900: #112C40;
--teal-950: #0B1B28;
}