Blue
#3C24F5
BlueColor Codes
All color formats for development
HEX
#3C24F5RGB
rgb(60, 36, 245)HSL
hsl(247, 91%, 55%)OKLCH
oklch(0.476 0.28 272.9)CMYK
cmyk(76%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260BF1
2#220AD6
3#1E09BC
4#1908A1
5#150686
6#11056B
7#0D0450
8#080336
9#04011B
Tints
Lighter variations
1#503AF6
2#6350F7
3#7766F8
4#8A7BF9
5#9E91FA
6#B1A7FB
7#C5BDFC
8#D8D3FD
9#ECE9FE
Tones
Muted variations
1#442EEA
2#4C39E0
3#5443D5
4#5C4ECB
5#6458C0
6#6C62B6
7#746DAC
8#7C77A1
9#848297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C0 #C7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8F #9B8FFA | BordersInactive statesPlaceholder text |
| 400 | 6755 #6755F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3C24 #3C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 220A #220AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B08 #1B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1306 #13067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C04 #0C044E | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E1DDFD;
--blue-200: #C7C0FC;
--blue-300: #9B8FFA;
--blue-400: #6755F7;
--blue-500: #3C24F5;
--blue-600: #220AD6;
--blue-700: #1B08AA;
--blue-800: #13067A;
--blue-900: #0C044E;
--blue-950: #080231;
}