Teal
#295B89
BlueColor Codes
All color formats for development
HEX
#295B89RGB
rgb(41, 91, 137)HSL
hsl(209, 54%, 35%)OKLCH
oklch(0.459 0.093 248.8)CMYK
cmyk(70%, 34%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25527C
2#21496E
3#1D4060
4#193752
5#152D45
6#102437
7#0C1B29
8#08121B
9#04090E
Tints
Lighter variations
1#316CA3
2#387DBC
3#4C8DCA
4#669DD1
5#7FAED9
6#99BEE1
7#B2CEE8
8#CCDEF0
9#E5EFF7
Tones
Muted variations
1#2E5B85
2#335B80
3#385A7B
4#3C5A76
5#415A71
6#465A6D
7#4B5A68
8#505A63
9#54595E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDE #CCDEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C5 #A5C5E4 | BordersInactive statesPlaceholder text |
| 400 | 76A7 #76A7D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E8E #4E8ECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3472 #3472AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 295B #295B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D41 #1D4162 | 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: #F3F7FB;
--teal-100: #E4EDF7;
--teal-200: #CCDEF0;
--teal-300: #A5C5E4;
--teal-400: #76A7D6;
--teal-500: #4E8ECA;
--teal-600: #3472AD;
--teal-700: #295B89;
--teal-800: #1D4162;
--teal-900: #132A3F;
--teal-950: #0C1A27;
}