Blue
#3D10D1
BlueColor Codes
All color formats for development
HEX
#3D10D1RGB
rgb(61, 16, 209)HSL
hsl(254, 86%, 44%)OKLCH
oklch(0.422 0.252 277)CMYK
cmyk(71%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#370EBC
2#310DA7
3#2B0B92
4#24097D
5#1E0868
6#180653
7#12053F
8#0C032A
9#060215
Tints
Lighter variations
1#4412EB
2#582BEF
3#6D45F1
4#8260F3
5#977AF5
6#AC95F7
7#C1AFF9
8#D5CAFB
9#EAE4FD
Tones
Muted variations
1#4219C7
2#4723BD
3#4C2DB4
4#5136AA
5#5640A0
6#5C4A97
7#61538D
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 #E5DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC1 #CFC1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A992 #A992F7 | BordersInactive statesPlaceholder text |
| 400 | 7D59 #7D59F3 | Disabled statesSecondary iconsMuted text |
| 500 | 582A #582AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D10 #3D10D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 300C #300CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2309 #230977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1606 #16064C | 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: #E5DEFD;
--blue-200: #CFC1FA;
--blue-300: #A992F7;
--blue-400: #7D59F3;
--blue-500: #582AEF;
--blue-600: #3D10D1;
--blue-700: #300CA6;
--blue-800: #230977;
--blue-900: #16064C;
--blue-950: #0E042F;
}