Royal Blue
#333CE6
BlueColor Codes
All color formats for development
HEX
#333CE6RGB
rgb(51, 60, 230)HSL
hsl(237, 78%, 55%)OKLCH
oklch(0.481 0.248 270.3)CMYK
cmyk(78%, 74%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C26E1
2#1921C8
3#161DAF
4#131996
5#0F157D
6#0C1164
7#090D4B
8#060832
9#030419
Tints
Lighter variations
1#474FE8
2#5C63EB
3#7076ED
4#848AF0
5#999DF2
6#ADB1F5
7#C2C4F7
8#D6D8FA
9#EBEBFC
Tones
Muted variations
1#3C44DD
2#454CD4
3#4E54CB
4#575CC2
5#5F64B9
6#686CB0
7#7174A7
8#7A7C9E
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 | 979B #979BF2 | BordersInactive statesPlaceholder text |
| 400 | 6067 #6067EB | Disabled statesSecondary iconsMuted text |
| 500 | 333C #333CE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1921 #1921C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141B #141B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E13 #0E1371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090C #090C49 | 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: #979BF2;
--royal-blue-400: #6067EB;
--royal-blue-500: #333CE6;
--royal-blue-600: #1921C8;
--royal-blue-700: #141B9F;
--royal-blue-800: #0E1371;
--royal-blue-900: #090C49;
--royal-blue-950: #06082D;
}