Royal Blue
#3B32E7
BlueColor Codes
All color formats for development
HEX
#3B32E7RGB
rgb(59, 50, 231)HSL
hsl(243, 79%, 55%)OKLCH
oklch(0.474 0.255 272.9)CMYK
cmyk(74%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#241BE2
2#2018C9
3#1C15B0
4#181297
5#140F7E
6#100C64
7#0C094B
8#080632
9#040319
Tints
Lighter variations
1#4E46E9
2#625BEC
3#766FEE
4#8984F1
5#9D98F3
6#B0ADF5
7#C4C1F8
8#D8D6FA
9#EBEAFD
Tones
Muted variations
1#433BDE
2#4B44D5
3#534DCC
4#5B56C3
5#635FBA
6#6C68B1
7#7471A7
8#7C7A9E
9#848395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C4 #C6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B96 #9B96F3 | BordersInactive statesPlaceholder text |
| 400 | 665F #665FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3B32 #3B32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2018 #2018C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A13 #1A13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120D #120D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C09 #0C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E0DFFB;
--royal-blue-200: #C6C4F8;
--royal-blue-300: #9B96F3;
--royal-blue-400: #665FEC;
--royal-blue-500: #3B32E7;
--royal-blue-600: #2018C9;
--royal-blue-700: #1A13A0;
--royal-blue-800: #120D72;
--royal-blue-900: #0C0949;
--royal-blue-950: #07052E;
}