Blue
#3416CA
BlueColor Codes
All color formats for development
HEX
#3416CARGB
rgb(52, 22, 202)HSL
hsl(250, 80%, 44%)OKLCH
oklch(0.41 0.244 274.5)CMYK
cmyk(74%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F14B6
2#2A12A2
3#25108D
4#1F0D79
5#1A0B65
6#150951
7#10073D
8#0A0428
9#050214
Tints
Lighter variations
1#3B19E4
2#5031E8
3#664BEB
4#7C65EE
5#927EF1
6#A798F4
7#BDB2F6
8#D3CCF9
9#E9E5FC
Tones
Muted variations
1#3A1FC1
2#4028B8
3#4631AF
4#4C3AA6
5#52439D
6#584C94
7#5E558B
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 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC3 #CCC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A595 #A595F3 | BordersInactive statesPlaceholder text |
| 400 | 765E #765EED | Disabled statesSecondary iconsMuted text |
| 500 | 4F30 #4F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3416 #3416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A12 #2A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0D #1E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1308 #130849 | Primary textHigh emphasis contentDark headings |
| 950 | 0C05 #0C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FD;
--blue-100: #E4DFFB;
--blue-200: #CCC3F8;
--blue-300: #A595F3;
--blue-400: #765EED;
--blue-500: #4F30E8;
--blue-600: #3416CA;
--blue-700: #2A12A1;
--blue-800: #1E0D73;
--blue-900: #130849;
--blue-950: #0C052E;
}