Blue
#3116CA
BlueColor Codes
All color formats for development
HEX
#3116CARGB
rgb(49, 22, 202)HSL
hsl(249, 80%, 44%)OKLCH
oklch(0.408 0.245 273.5)CMYK
cmyk(76%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C14B6
2#2712A2
3#23108D
4#1E0D79
5#190B65
6#140951
7#0F073D
8#0A0428
9#050214
Tints
Lighter variations
1#3819E4
2#4D31E8
3#634BEB
4#7965EE
5#907EF1
6#A698F4
7#BCB2F6
8#D2CCF9
9#E9E5FC
Tones
Muted variations
1#381FC1
2#3E28B8
3#4431AF
4#4B3AA6
5#51439D
6#574C94
7#5D558B
8#645E82
9#6A6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC3 #CBC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A495 #A495F3 | BordersInactive statesPlaceholder text |
| 400 | 745E #745EED | Disabled statesSecondary iconsMuted text |
| 500 | 4C30 #4C30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3116 #3116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2712 #2712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0D #1C0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1208 #120849 | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FD;
--blue-100: #E3DFFB;
--blue-200: #CBC3F8;
--blue-300: #A495F3;
--blue-400: #745EED;
--blue-500: #4C30E8;
--blue-600: #3116CA;
--blue-700: #2712A1;
--blue-800: #1C0D73;
--blue-900: #120849;
--blue-950: #0B052E;
}