Blue
#3C0FD2
BlueColor Codes
All color formats for development
HEX
#3C0FD2RGB
rgb(60, 15, 210)HSL
hsl(254, 87%, 44%)OKLCH
oklch(0.422 0.253 276.6)CMYK
cmyk(71%, 93%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360DBD
2#300CA8
3#2A0A93
4#24097E
5#1E0769
6#180654
7#12043F
8#0C032A
9#060115
Tints
Lighter variations
1#4410ED
2#5829F0
3#6D44F2
4#825FF4
5#9679F6
6#AB94F8
7#C0AFF9
8#D5CAFB
9#EAE4FD
Tones
Muted variations
1#4118C8
2#4722BE
3#4C2CB5
4#5136AB
5#563FA1
6#5B4997
7#61538D
8#665D84
9#6B667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC1 #CEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A991 #A991F7 | BordersInactive statesPlaceholder text |
| 400 | 7C58 #7C58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 5728 #5728F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C0F #3C0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 300C #300CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2208 #220877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1605 #16054C | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F1FE;
--blue-100: #E5DEFD;
--blue-200: #CEC1FB;
--blue-300: #A991F7;
--blue-400: #7C58F3;
--blue-500: #5728F0;
--blue-600: #3C0FD2;
--blue-700: #300CA7;
--blue-800: #220877;
--blue-900: #16054C;
--blue-950: #0E0330;
}