Blue
#300AD6
BlueColor Codes
All color formats for development
HEX
#300AD6RGB
rgb(48, 10, 214)HSL
hsl(251, 91%, 44%)OKLCH
oklch(0.416 0.262 272.5)CMYK
cmyk(78%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B09C1
2#2608AB
3#210796
4#1D0681
5#18056B
6#130456
7#0E0340
8#0A022B
9#050115
Tints
Lighter variations
1#360BF2
2#4B25F5
3#6140F6
4#785BF7
5#8E77F9
6#A592FA
7#BBADFB
8#D2C8FC
9#E8E4FE
Tones
Muted variations
1#3614CC
2#3C1FC2
3#4329B8
4#4933AD
5#503DA3
6#564799
7#5D528F
8#635C85
9#6A667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC0 #CBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A38F #A38FFA | BordersInactive statesPlaceholder text |
| 400 | 7255 #7255F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4A24 #4A24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 300A #300AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2608 #2608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B06 #1B067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1104 #11044E | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FE;
--blue-100: #E3DDFD;
--blue-200: #CBC0FC;
--blue-300: #A38FFA;
--blue-400: #7255F7;
--blue-500: #4A24F5;
--blue-600: #300AD6;
--blue-700: #2608AA;
--blue-800: #1B067A;
--blue-900: #11044E;
--blue-950: #0B0231;
}