Teal
#295C89
BlueColor Codes
All color formats for development
HEX
#295C89RGB
rgb(41, 92, 137)HSL
hsl(208, 54%, 35%)OKLCH
oklch(0.462 0.092 247.9)CMYK
cmyk(70%, 33%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25537C
2#214A6E
3#1D4160
4#193752
5#152E45
6#102537
7#0C1C29
8#08121B
9#04090E
Tints
Lighter variations
1#316EA3
2#387FBC
3#4C8FCA
4#669FD1
5#7FAFD9
6#99BFE1
7#B2CFE8
8#CCDFF0
9#E5EFF7
Tones
Muted variations
1#2E5C85
2#335C80
3#385B7B
4#3C5B76
5#415B71
6#465B6D
7#4B5A68
8#505A63
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 | CCDF #CCDFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C6 #A5C6E4 | BordersInactive statesPlaceholder text |
| 400 | 76A9 #76A9D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E90 #4E90CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3474 #3474AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 295C #295C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D42 #1D4262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132A #132A3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FB;
--teal-100: #E4EEF7;
--teal-200: #CCDFF0;
--teal-300: #A5C6E4;
--teal-400: #76A9D6;
--teal-500: #4E90CA;
--teal-600: #3474AD;
--teal-700: #295C89;
--teal-800: #1D4262;
--teal-900: #132A3F;
--teal-950: #0C1A27;
}