Teal
#316481
BlueColor Codes
All color formats for development
HEX
#316481RGB
rgb(49, 100, 129)HSL
hsl(202, 45%, 35%)OKLCH
oklch(0.481 0.072 235.9)CMYK
cmyk(62%, 22%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C5A74
2#275068
3#22465B
4#1D3C4E
5#193241
6#142834
7#0F1E27
8#0A141A
9#050A0D
Tints
Lighter variations
1#3A7799
2#4389B1
3#5799BF
4#6FA7C8
5#87B6D1
6#9FC5DB
7#B7D3E4
8#CFE2ED
9#E7F0F6
Tones
Muted variations
1#35637D
2#396279
3#3D6175
4#416071
5#455F6D
6#495E69
7#4D5C65
8#515B61
9#555A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACB #AACBDF | BordersInactive statesPlaceholder text |
| 400 | 7EB0 #7EB0CE | Disabled statesSecondary iconsMuted text |
| 500 | 599A #599AC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E7E #3E7EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3164 #316481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2347 #23475C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E5EFF5;
--teal-200: #CFE2ED;
--teal-300: #AACBDF;
--teal-400: #7EB0CE;
--teal-500: #599AC0;
--teal-600: #3E7EA3;
--teal-700: #316481;
--teal-800: #23475C;
--teal-900: #162E3B;
--teal-950: #0E1D25;
}