Blue
#3D11D0
BlueColor Codes
All color formats for development
HEX
#3D11D0RGB
rgb(61, 17, 208)HSL
hsl(254, 85%, 44%)OKLCH
oklch(0.421 0.25 277.1)CMYK
cmyk(71%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#370FBB
2#310DA6
3#2B0C91
4#250A7D
5#1F0868
6#190753
7#12053E
8#0C032A
9#060215
Tints
Lighter variations
1#4513EA
2#592CEE
3#6E46F0
4#8260F2
5#977BF4
6#AC95F6
7#C1B0F9
8#D5CAFB
9#EAE5FD
Tones
Muted variations
1#421AC6
2#4824BC
3#4D2DB3
4#5237A9
5#5741A0
6#5C4A96
7#61548D
8#665D83
9#6B677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AA92 #AA92F6 | BordersInactive statesPlaceholder text |
| 400 | 7D5A #7D5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 582B #582BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D11 #3D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 310D #310DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230A #230A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1606 #16064B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F1FE;
--blue-100: #E5DEFC;
--blue-200: #CFC2FA;
--blue-300: #AA92F6;
--blue-400: #7D5AF2;
--blue-500: #582BEE;
--blue-600: #3D11D0;
--blue-700: #310DA5;
--blue-800: #230A76;
--blue-900: #16064B;
--blue-950: #0E042F;
}