Blue
#2A0BD5
BlueColor Codes
All color formats for development
HEX
#2A0BD5RGB
rgb(42, 11, 213)HSL
hsl(249, 90%, 44%)OKLCH
oklch(0.412 0.262 270.9)CMYK
cmyk(80%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250AC0
2#2109AB
3#1D0895
4#190780
5#15066B
6#110455
7#0C0340
8#08022B
9#040115
Tints
Lighter variations
1#2F0DF0
2#4526F4
3#5C41F5
4#735CF6
5#8B77F8
6#A292F9
7#B9AEFB
8#D0C9FC
9#E8E4FE
Tones
Muted variations
1#3115CB
2#381FC1
3#3F2AB7
4#4634AD
5#4D3EA3
6#544899
7#5B528E
8#625C84
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 | C9C0 #C9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F90 #9F90F9 | BordersInactive statesPlaceholder text |
| 400 | 6E55 #6E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4425 #4425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A0B #2A0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2109 #2109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1806 #180679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044E | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FE;
--blue-100: #E2DDFD;
--blue-200: #C9C0FC;
--blue-300: #9F90F9;
--blue-400: #6E55F6;
--blue-500: #4425F4;
--blue-600: #2A0BD5;
--blue-700: #2109AA;
--blue-800: #180679;
--blue-900: #0F044E;
--blue-950: #090330;
}