Blue
#300BD5
BlueColor Codes
All color formats for development
HEX
#300BD5RGB
rgb(48, 11, 213)HSL
hsl(251, 90%, 44%)OKLCH
oklch(0.416 0.26 272.6)CMYK
cmyk(77%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0AC0
2#2709AB
3#220895
4#1D0780
5#18066B
6#130455
7#0E0340
8#0A022B
9#050115
Tints
Lighter variations
1#360DF0
2#4C26F4
3#6241F5
4#785CF6
5#8F77F8
6#A592F9
7#BCAEFB
8#D2C9FC
9#E9E4FE
Tones
Muted variations
1#3715CB
2#3D1FC1
3#432AB7
4#4A34AD
5#503EA3
6#574899
7#5D528E
8#635C84
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 | A390 #A390F9 | BordersInactive statesPlaceholder text |
| 400 | 7355 #7355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4B25 #4B25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 300B #300BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2609 #2609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B06 #1B0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1204 #12044E | 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: #F3F0FE;
--blue-100: #E3DDFD;
--blue-200: #CBC0FC;
--blue-300: #A390F9;
--blue-400: #7355F6;
--blue-500: #4B25F4;
--blue-600: #300BD5;
--blue-700: #2609AA;
--blue-800: #1B0679;
--blue-900: #12044E;
--blue-950: #0B0330;
}