Blue
#3715CB
BlueColor Codes
All color formats for development
HEX
#3715CBRGB
rgb(55, 21, 203)HSL
hsl(251, 81%, 44%)OKLCH
oklch(0.413 0.245 275.5)CMYK
cmyk(73%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3113B7
2#2C11A2
3#260F8E
4#210D7A
5#1B0B66
6#160951
7#10063D
8#0B0429
9#050214
Tints
Lighter variations
1#3E18E5
2#5230E9
3#684AEC
4#7D64EF
5#937EF1
6#A998F4
7#BEB1F7
8#D4CBFA
9#E9E5FC
Tones
Muted variations
1#3C1EC2
2#4227B9
3#4831B0
4#4E3AA7
5#53439E
6#594C95
7#5F558B
8#655E82
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 | CDC3 #CDC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A695 #A695F4 | BordersInactive statesPlaceholder text |
| 400 | 785D #785DEE | Disabled statesSecondary iconsMuted text |
| 500 | 512F #512FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3715 #3715CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B11 #2B11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0C #1F0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1408 #14084A | 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: #CDC3F9;
--blue-300: #A695F4;
--blue-400: #785DEE;
--blue-500: #512FE9;
--blue-600: #3715CB;
--blue-700: #2B11A2;
--blue-800: #1F0C73;
--blue-900: #14084A;
--blue-950: #0C052E;
}