Blue
#3C1AFF
BlueColor Codes
All color formats for development
HEX
#3C1AFFRGB
rgb(60, 26, 255)HSL
hsl(249, 100%, 55%)OKLCH
oklch(0.481 0.295 272.5)CMYK
cmyk(76%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2600FC
2#2200E0
3#1D00C4
4#1900A8
5#15008C
6#110070
7#0D0054
8#080038
9#04001C
Tints
Lighter variations
1#4F30FF
2#6347FF
3#765EFF
4#8A75FF
5#9D8CFF
6#B1A3FF
7#C4BAFF
8#D8D1FF
9#EBE8FF
Tones
Muted variations
1#4425F4
2#4C30E8
3#543CDD
4#5C47D1
5#6453C6
6#6C5EBA
7#746AAF
8#7C75A3
9#848198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DB #E1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BD #C7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8A #9B8AFF | BordersInactive statesPlaceholder text |
| 400 | 674D #674DFF | Disabled statesSecondary iconsMuted text |
| 500 | 3C1A #3C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2200 #2200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B00 #1B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1300 #130080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C00 #0C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0800 #080033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DBFF;
--blue-200: #C7BDFF;
--blue-300: #9B8AFF;
--blue-400: #674DFF;
--blue-500: #3C1AFF;
--blue-600: #2200E0;
--blue-700: #1B00B3;
--blue-800: #130080;
--blue-900: #0C0052;
--blue-950: #080033;
}