Teal
#296089
BlueColor Codes
All color formats for development
HEX
#296089RGB
rgb(41, 96, 137)HSL
hsl(206, 54%, 35%)OKLCH
oklch(0.472 0.088 243.9)CMYK
cmyk(70%, 30%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25567C
2#214D6E
3#1D4360
4#193952
5#153045
6#102637
7#0C1D29
8#08131B
9#040A0E
Tints
Lighter variations
1#3171A3
2#3883BC
3#4C93CA
4#66A3D1
5#7FB2D9
6#99C1E1
7#B2D1E8
8#CCE0F0
9#E5F0F7
Tones
Muted variations
1#2E5F85
2#335E80
3#385E7B
4#3C5D76
5#415C71
6#465C6D
7#4B5B68
8#505B63
9#545A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C9 #A5C9E4 | BordersInactive statesPlaceholder text |
| 400 | 76AC #76ACD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E95 #4E95CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3478 #3478AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2960 #296089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D44 #1D4462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132C #132C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FB;
--teal-100: #E4EEF7;
--teal-200: #CCE0F0;
--teal-300: #A5C9E4;
--teal-400: #76ACD6;
--teal-500: #4E95CA;
--teal-600: #3478AD;
--teal-700: #296089;
--teal-800: #1D4462;
--teal-900: #132C3F;
--teal-950: #0C1B27;
}