Blue
#2B15CB
BlueColor Codes
All color formats for development
HEX
#2B15CBRGB
rgb(43, 21, 203)HSL
hsl(247, 81%, 44%)OKLCH
oklch(0.405 0.248 271.7)CMYK
cmyk(79%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2613B7
2#2211A2
3#1E0F8E
4#1A0D7A
5#150B66
6#110951
7#0D063D
8#090429
9#040214
Tints
Lighter variations
1#3018E5
2#4630E9
3#5D4AEC
4#7464EF
5#8B7EF1
6#A298F4
7#BAB1F7
8#D1CBFA
9#E8E5FC
Tones
Muted variations
1#311EC2
2#3827B9
3#3F31B0
4#463AA7
5#4D439E
6#544C95
7#5B558B
8#625E82
9#696779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C3 #C9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A095 #A095F4 | BordersInactive statesPlaceholder text |
| 400 | 6E5D #6E5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 452F #452FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B15 #2B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2211 #2211A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180C #180C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F08 #0F084A | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E2DFFC;
--blue-200: #C9C3F9;
--blue-300: #A095F4;
--blue-400: #6E5DEE;
--blue-500: #452FE9;
--blue-600: #2B15CB;
--blue-700: #2211A2;
--blue-800: #180C73;
--blue-900: #0F084A;
--blue-950: #0A052E;
}