Blue
#3C0DD3
BlueColor Codes
All color formats for development
HEX
#3C0DD3RGB
rgb(60, 13, 211)HSL
hsl(254, 88%, 44%)OKLCH
oklch(0.422 0.255 276.5)CMYK
cmyk(72%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360CBE
2#300BA9
3#2A0994
4#24087F
5#1E0769
6#180554
7#12043F
8#0C032A
9#060115
Tints
Lighter variations
1#430FEE
2#5728F1
3#6C43F3
4#815EF5
5#9679F6
6#AB94F8
7#C0AEFA
8#D5C9FC
9#EAE4FD
Tones
Muted variations
1#4117C9
2#4621BF
3#4B2BB5
4#5135AB
5#563FA2
6#5B4998
7#60538E
8#665C84
9#6B667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC1 #CEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A991 #A991F8 | BordersInactive statesPlaceholder text |
| 400 | 7C57 #7C57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5627 #5627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C0D #3C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0B #2F0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2208 #220878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1605 #16054D | 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: #E5DDFD;
--blue-200: #CEC1FB;
--blue-300: #A991F8;
--blue-400: #7C57F4;
--blue-500: #5627F1;
--blue-600: #3C0DD3;
--blue-700: #2F0BA8;
--blue-800: #220878;
--blue-900: #16054D;
--blue-950: #0E0330;
}