Royal Blue
#333FE6
BlueColor Codes
All color formats for development
HEX
#333FE6RGB
rgb(51, 63, 230)HSL
hsl(236, 78%, 55%)OKLCH
oklch(0.485 0.245 270)CMYK
cmyk(78%, 73%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C29E1
2#1924C8
3#1620AF
4#131B96
5#0F177D
6#0C1264
7#090E4B
8#060932
9#030519
Tints
Lighter variations
1#4752E8
2#5C65EB
3#7078ED
4#848CF0
5#999FF2
6#ADB2F5
7#C2C5F7
8#D6D9FA
9#EBECFC
Tones
Muted variations
1#3C46DD
2#454ED4
3#4E56CB
4#575EC2
5#5F65B9
6#686DB0
7#7175A7
8#7A7D9E
9#838495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C7 #C4C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979D #979DF2 | BordersInactive statesPlaceholder text |
| 400 | 6069 #6069EB | Disabled statesSecondary iconsMuted text |
| 500 | 333F #333FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1924 #1924C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141D #141D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E15 #0E1571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090D #090D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0608 #06082D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE1FB;
--royal-blue-200: #C4C7F8;
--royal-blue-300: #979DF2;
--royal-blue-400: #6069EB;
--royal-blue-500: #333FE6;
--royal-blue-600: #1924C8;
--royal-blue-700: #141D9F;
--royal-blue-800: #0E1571;
--royal-blue-900: #090D49;
--royal-blue-950: #06082D;
}