Blue
#2D0BD5
BlueColor Codes
All color formats for development
HEX
#2D0BD5RGB
rgb(45, 11, 213)HSL
hsl(250, 90%, 44%)OKLCH
oklch(0.414 0.261 271.7)CMYK
cmyk(79%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280AC0
2#2409AB
3#1F0895
4#1B0780
5#16066B
6#120455
7#0D0340
8#09022B
9#040115
Tints
Lighter variations
1#330DF0
2#4826F4
3#5F41F5
4#765CF6
5#8D77F8
6#A492F9
7#BAAEFB
8#D1C9FC
9#E8E4FE
Tones
Muted variations
1#3415CB
2#3A1FC1
3#412AB7
4#4834AD
5#4F3EA3
6#554899
7#5C528E
8#635C84
9#69667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC0 #CAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A190 #A190F9 | BordersInactive statesPlaceholder text |
| 400 | 7055 #7055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4725 #4725F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D0B #2D0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2409 #2409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A06 #1A0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1004 #10044E | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FE;
--blue-100: #E2DDFD;
--blue-200: #CAC0FC;
--blue-300: #A190F9;
--blue-400: #7055F6;
--blue-500: #4725F4;
--blue-600: #2D0BD5;
--blue-700: #2409AA;
--blue-800: #1A0679;
--blue-900: #10044E;
--blue-950: #0A0330;
}