Teal
#2E6985
BlueColor Codes
All color formats for development
HEX
#2E6985RGB
rgb(46, 105, 133)HSL
hsl(199, 49%, 35%)OKLCH
oklch(0.494 0.076 231.7)CMYK
cmyk(65%, 21%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#295F78
2#24546A
3#204A5D
4#1B3F50
5#173542
6#122A35
7#0E2028
8#09151B
9#050B0D
Tints
Lighter variations
1#367D9E
2#3E90B6
3#52A0C4
4#6BADCC
5#84BBD5
6#9CC9DD
7#B5D6E6
8#CEE4EE
9#E6F1F7
Tones
Muted variations
1#326881
2#36667C
3#3B6478
4#3F6373
5#43616F
6#48606B
7#4C5E66
8#515C62
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE4 #CEE4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CF #A8CFE1 | BordersInactive statesPlaceholder text |
| 400 | 7AB6 #7AB6D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A1 #54A1C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3984 #3984A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E69 #2E6985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214B #214B5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1530 #15303D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1E #0D1E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E4F0F6;
--teal-200: #CEE4EE;
--teal-300: #A8CFE1;
--teal-400: #7AB6D1;
--teal-500: #54A1C4;
--teal-600: #3984A7;
--teal-700: #2E6985;
--teal-800: #214B5F;
--teal-900: #15303D;
--teal-950: #0D1E26;
}