Blue
#2D1AFF
BlueColor Codes
All color formats for development
HEX
#2D1AFFRGB
rgb(45, 26, 255)HSL
hsl(245, 100%, 55%)OKLCH
oklch(0.474 0.299 269.2)CMYK
cmyk(82%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1500FC
2#1300E0
3#1000C4
4#0E00A8
5#0C008C
6#090070
7#070054
8#050038
9#02001C
Tints
Lighter variations
1#4230FF
2#5747FF
3#6C5EFF
4#8175FF
5#968CFF
6#ABA3FF
7#C0BAFF
8#D5D1FF
9#EAE8FF
Tones
Muted variations
1#3625F4
2#4030E8
3#493CDD
4#5347D1
5#5C53C6
6#665EBA
7#706AAF
8#7975A3
9#838198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDB #DEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2BD #C2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 938A #938AFF | BordersInactive statesPlaceholder text |
| 400 | 5B4D #5B4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 2D1A #2D1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1300 #1300E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F00 #0F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B00 #0B0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0700 #070052 | Primary textHigh emphasis contentDark headings |
| 950 | 0400 #040033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DEDBFF;
--blue-200: #C2BDFF;
--blue-300: #938AFF;
--blue-400: #5B4DFF;
--blue-500: #2D1AFF;
--blue-600: #1300E0;
--blue-700: #0F00B3;
--blue-800: #0B0080;
--blue-900: #070052;
--blue-950: #040033;
}