Blue
#3D20F8
BlueColor Codes
All color formats for development
HEX
#3D20F8RGB
rgb(61, 32, 248)HSL
hsl(248, 94%, 55%)OKLCH
oklch(0.477 0.285 273.1)CMYK
cmyk(75%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2708F5
2#2307DA
3#1E06BE
4#1A05A3
5#160488
6#11036D
7#0D0352
8#090236
9#04011B
Tints
Lighter variations
1#5137F9
2#644DF9
3#7763FA
4#8B79FB
5#9E90FC
6#B1A6FC
7#C5BCFD
8#D8D2FE
9#ECE9FE
Tones
Muted variations
1#452BED
2#4D36E3
3#5541D8
4#5D4CCD
5#6556C2
6#6D61B7
7#756CAD
8#7C77A2
9#848197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BF #C7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C8D #9C8DFB | BordersInactive statesPlaceholder text |
| 400 | 6852 #6852FA | Disabled statesSecondary iconsMuted text |
| 500 | 3D20 #3D20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2307 #2307DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C05 #1C05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1404 #14047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D02 #0D024F | 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: #F2F0FF;
--blue-100: #E1DCFE;
--blue-200: #C7BFFD;
--blue-300: #9C8DFB;
--blue-400: #6852FA;
--blue-500: #3D20F8;
--blue-600: #2307DA;
--blue-700: #1C05AD;
--blue-800: #14047C;
--blue-900: #0D024F;
--blue-950: #080231;
}