Blue
#320DD3
BlueColor Codes
All color formats for development
HEX
#320DD3RGB
rgb(50, 13, 211)HSL
hsl(251, 88%, 44%)OKLCH
oklch(0.415 0.257 273.3)CMYK
cmyk(76%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0CBE
2#280BA9
3#230994
4#1E087F
5#190769
6#140554
7#0F043F
8#0A032A
9#050115
Tints
Lighter variations
1#380FEE
2#4D28F1
3#6343F3
4#7A5EF5
5#9079F6
6#A694F8
7#BCAEFA
8#D3C9FC
9#E9E4FD
Tones
Muted variations
1#3817C9
2#3E21BF
3#442BB5
4#4B35AB
5#513FA2
6#574998
7#5D538E
8#645C84
9#6A667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC1 #CBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A491 #A491F8 | BordersInactive statesPlaceholder text |
| 400 | 7457 #7457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4C27 #4C27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 320D #320DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 280B #280BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C08 #1C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1205 #12054D | Primary textHigh emphasis contentDark headings |
| 950 | 0B03 #0B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E3DDFD;
--blue-200: #CBC1FB;
--blue-300: #A491F8;
--blue-400: #7457F4;
--blue-500: #4C27F1;
--blue-600: #320DD3;
--blue-700: #280BA8;
--blue-800: #1C0878;
--blue-900: #12054D;
--blue-950: #0B0330;
}