Royal Blue
#3827F1
BlueColor Codes
All color formats for development
HEX
#3827F1RGB
rgb(56, 39, 241)HSL
hsl(245, 88%, 55%)OKLCH
oklch(0.472 0.275 272.1)CMYK
cmyk(77%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220FED
2#1E0DD3
3#1A0CB9
4#160A9E
5#130884
6#0F0769
7#0B054F
8#070335
9#04021A
Tints
Lighter variations
1#4C3DF3
2#6052F4
3#7468F5
4#887EF7
5#9C93F8
6#AFA9F9
7#C3BEFB
8#D7D4FC
9#EBE9FE
Tones
Muted variations
1#4131E7
2#493BDD
3#5146D3
4#5A50C9
5#625ABF
6#6B64B5
7#736EAB
8#7B78A0
9#848296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9991 #9991F8 | BordersInactive statesPlaceholder text |
| 400 | 6457 #6457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3827 #3827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E0D #1E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180B #180BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1108 #110878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B05 #0B054D | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DDFD;
--royal-blue-200: #C6C1FB;
--royal-blue-300: #9991F8;
--royal-blue-400: #6457F4;
--royal-blue-500: #3827F1;
--royal-blue-600: #1E0DD3;
--royal-blue-700: #180BA8;
--royal-blue-800: #110878;
--royal-blue-900: #0B054D;
--royal-blue-950: #070330;
}