Blue
#3415CB
BlueColor Codes
All color formats for development
HEX
#3415CBRGB
rgb(52, 21, 203)HSL
hsl(250, 81%, 44%)OKLCH
oklch(0.411 0.245 274.5)CMYK
cmyk(74%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E13B7
2#2911A2
3#240F8E
4#1F0D7A
5#1A0B66
6#150951
7#0F063D
8#0A0429
9#050214
Tints
Lighter variations
1#3A18E5
2#4F30E9
3#654AEC
4#7B64EF
5#917EF1
6#A798F4
7#BDB1F7
8#D3CBFA
9#E9E5FC
Tones
Muted variations
1#3A1EC2
2#4027B9
3#4631B0
4#4C3AA7
5#52439E
6#584C95
7#5E558B
8#645E82
9#6A6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC3 #CCC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A595 #A595F4 | BordersInactive statesPlaceholder text |
| 400 | 765D #765DEE | Disabled statesSecondary iconsMuted text |
| 500 | 4E2F #4E2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3415 #3415CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2911 #2911A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0C #1D0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1308 #13084A | Primary textHigh emphasis contentDark headings |
| 950 | 0C05 #0C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E4DFFC;
--blue-200: #CCC3F9;
--blue-300: #A595F4;
--blue-400: #765DEE;
--blue-500: #4E2FE9;
--blue-600: #3415CB;
--blue-700: #2911A2;
--blue-800: #1D0C73;
--blue-900: #13084A;
--blue-950: #0C052E;
}