Royal Blue
#3F33E6
BlueColor Codes
All color formats for development
HEX
#3F33E6RGB
rgb(63, 51, 230)HSL
hsl(244, 78%, 55%)OKLCH
oklch(0.476 0.253 274)CMYK
cmyk(73%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#291CE1
2#2419C8
3#2016AF
4#1B1396
5#170F7D
6#120C64
7#0E094B
8#090632
9#050319
Tints
Lighter variations
1#5247E8
2#655CEB
3#7870ED
4#8C84F0
5#9F99F2
6#B2ADF5
7#C5C2F7
8#D9D6FA
9#ECEBFC
Tones
Muted variations
1#463CDD
2#4E45D4
3#564ECB
4#5E57C2
5#655FB9
6#6D68B0
7#7571A7
8#7D7A9E
9#848395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C4 #C7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D97 #9D97F2 | BordersInactive statesPlaceholder text |
| 400 | 6960 #6960EB | Disabled statesSecondary iconsMuted text |
| 500 | 3F33 #3F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2419 #2419C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D14 #1D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150E #150E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D09 #0D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E1DFFB;
--royal-blue-200: #C7C4F8;
--royal-blue-300: #9D97F2;
--royal-blue-400: #6960EB;
--royal-blue-500: #3F33E6;
--royal-blue-600: #2419C8;
--royal-blue-700: #1D149F;
--royal-blue-800: #150E71;
--royal-blue-900: #0D0949;
--royal-blue-950: #08062D;
}