Royal Blue
#3F2CED
BlueColor Codes
All color formats for development
HEX
#3F2CEDRGB
rgb(63, 44, 237)HSL
hsl(246, 84%, 55%)OKLCH
oklch(0.476 0.266 274)CMYK
cmyk(73%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2914E8
2#2512CE
3#2010B5
4#1C0D9B
5#170B81
6#120967
7#0E074D
8#090434
9#05021A
Tints
Lighter variations
1#5241EE
2#6656F0
3#796BF2
4#8C80F4
5#9F95F6
6#B2ABF8
7#C5C0F9
8#D9D5FB
9#ECEAFD
Tones
Muted variations
1#4735E3
2#4F3FD9
3#5649D0
4#5E52C6
5#665CBC
6#6D66B3
7#756FA9
8#7D79A0
9#858396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C2 #C8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D93 #9D93F6 | BordersInactive statesPlaceholder text |
| 400 | 6A5B #6A5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 3F2C #3F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2512 #2512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0E #1D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150A #150A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E1DEFC;
--royal-blue-200: #C8C2FA;
--royal-blue-300: #9D93F6;
--royal-blue-400: #6A5BF1;
--royal-blue-500: #3F2CED;
--royal-blue-600: #2512CE;
--royal-blue-700: #1D0EA4;
--royal-blue-800: #150A75;
--royal-blue-900: #0D074B;
--royal-blue-950: #08042F;
}