Blue
#2D10D1
BlueColor Codes
All color formats for development
HEX
#2D10D1RGB
rgb(45, 16, 209)HSL
hsl(249, 86%, 44%)OKLCH
oklch(0.411 0.256 271.9)CMYK
cmyk(78%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280EBC
2#240DA7
3#1F0B92
4#1B097D
5#160868
6#120653
7#0D053F
8#09032A
9#040215
Tints
Lighter variations
1#3212EB
2#482BEF
3#5F45F1
4#7660F3
5#8D7AF5
6#A395F7
7#BAAFF9
8#D1CAFB
9#E8E4FD
Tones
Muted variations
1#3319C7
2#3A23BD
3#412DB4
4#4836AA
5#4E40A0
6#554A97
7#5C538D
8#635D83
9#69677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC1 #CAC1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A192 #A192F7 | BordersInactive statesPlaceholder text |
| 400 | 7059 #7059F3 | Disabled statesSecondary iconsMuted text |
| 500 | 472A #472AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D10 #2D10D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 240C #240CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1909 #190977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1006 #10064C | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E2DEFD;
--blue-200: #CAC1FA;
--blue-300: #A192F7;
--blue-400: #7059F3;
--blue-500: #472AEF;
--blue-600: #2D10D1;
--blue-700: #240CA6;
--blue-800: #190977;
--blue-900: #10064C;
--blue-950: #0A042F;
}