Blue
#2B0DD3
BlueColor Codes
All color formats for development
HEX
#2B0DD3RGB
rgb(43, 13, 211)HSL
hsl(249, 88%, 44%)OKLCH
oklch(0.411 0.259 271.3)CMYK
cmyk(80%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#270CBE
2#220BA9
3#1E0994
4#1A087F
5#160769
6#110554
7#0D043F
8#09032A
9#040115
Tints
Lighter variations
1#310FEE
2#4628F1
3#5D43F3
4#755EF5
5#8C79F6
6#A394F8
7#BAAEFA
8#D1C9FC
9#E8E4FD
Tones
Muted variations
1#3217C9
2#3921BF
3#402BB5
4#4735AB
5#4E3FA2
6#554998
7#5B538E
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 | C9C1 #C9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A091 #A091F8 | BordersInactive statesPlaceholder text |
| 400 | 6F57 #6F57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4627 #4627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B0D #2B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220B #220BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1808 #180878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054D | 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: #C9C1FB;
--blue-300: #A091F8;
--blue-400: #6F57F4;
--blue-500: #4627F1;
--blue-600: #2B0DD3;
--blue-700: #220BA8;
--blue-800: #180878;
--blue-900: #10054D;
--blue-950: #0A0330;
}