Teal
#306482
BlueColor Codes
All color formats for development
HEX
#306482RGB
rgb(48, 100, 130)HSL
hsl(202, 46%, 35%)OKLCH
oklch(0.481 0.074 236.4)CMYK
cmyk(63%, 23%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B5A75
2#275068
3#22465B
4#1D3C4E
5#183241
6#132834
7#0E1E27
8#0A141A
9#050A0D
Tints
Lighter variations
1#39779B
2#4289B3
3#5699C0
4#6EA8C9
5#86B6D2
6#9EC5DB
7#B6D3E4
8#CFE2ED
9#E7F0F6
Tones
Muted variations
1#34637E
2#38627A
3#3D6176
4#416072
5#455F6E
6#495E6A
7#4D5D66
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 | A9CC #A9CCDF | BordersInactive statesPlaceholder text |
| 400 | 7DB1 #7DB1CF | Disabled statesSecondary iconsMuted text |
| 500 | 579A #579AC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7E #3D7EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3064 #306482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2248 #22485D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3C | 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: #A9CCDF;
--teal-400: #7DB1CF;
--teal-500: #579AC1;
--teal-600: #3D7EA4;
--teal-700: #306482;
--teal-800: #22485D;
--teal-900: #162E3C;
--teal-950: #0E1D25;
}