Blue
#2A0CD4
BlueColor Codes
All color formats for development
HEX
#2A0CD4RGB
rgb(42, 12, 212)HSL
hsl(249, 89%, 44%)OKLCH
oklch(0.411 0.261 270.9)CMYK
cmyk(80%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260BBF
2#220AAA
3#1E0994
4#19077F
5#15066A
6#110555
7#0D0440
8#08022A
9#040115
Tints
Lighter variations
1#300EEF
2#4627F2
3#5D42F4
4#745DF6
5#8B78F7
6#A293F9
7#B9AEFA
8#D1C9FC
9#E8E4FD
Tones
Muted variations
1#3116CA
2#3820C0
3#3F2AB6
4#4634AC
5#4D3EA2
6#544898
7#5B528E
8#625C84
9#69667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C0 #C9C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A090 #A090F9 | BordersInactive statesPlaceholder text |
| 400 | 6E56 #6E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 4526 #4526F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A0C #2A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220A #220AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1807 #180778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044D | 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: #F3F1FE;
--blue-100: #E2DDFD;
--blue-200: #C9C0FB;
--blue-300: #A090F9;
--blue-400: #6E56F5;
--blue-500: #4526F2;
--blue-600: #2A0CD4;
--blue-700: #220AA9;
--blue-800: #180778;
--blue-900: #0F044D;
--blue-950: #0A0330;
}