Blue
#3512CE
BlueColor Codes
All color formats for development
HEX
#3512CERGB
rgb(53, 18, 206)HSL
hsl(251, 84%, 44%)OKLCH
oklch(0.413 0.25 274.6)CMYK
cmyk(74%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F10BA
2#2A0EA5
3#250D91
4#200B7C
5#1A0967
6#150753
7#10053E
8#0B0429
9#050215
Tints
Lighter variations
1#3B14E9
2#502DED
3#6647EF
4#7C61F1
5#927CF4
6#A796F6
7#BDB0F8
8#D3CAFA
9#E9E5FD
Tones
Muted variations
1#3A1BC5
2#4025BC
3#462EB2
4#4C38A9
5#52419F
6#584B96
7#5E548C
8#645D83
9#6A677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DE #E4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC2 #CCC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A593 #A593F6 | BordersInactive statesPlaceholder text |
| 400 | 765B #765BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 4F2C #4F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 3512 #3512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A0E #2A0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0A #1E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1307 #13074B | Primary textHigh emphasis contentDark headings |
| 950 | 0C04 #0C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E4DEFC;
--blue-200: #CCC2FA;
--blue-300: #A593F6;
--blue-400: #765BF1;
--blue-500: #4F2CED;
--blue-600: #3512CE;
--blue-700: #2A0EA4;
--blue-800: #1E0A75;
--blue-900: #13074B;
--blue-950: #0C042F;
}