Royal Blue
#3333E6
BlueColor Codes
All color formats for development
HEX
#3333E6RGB
rgb(51, 51, 230)HSL
hsl(240, 78%, 55%)OKLCH
oklch(0.47 0.256 270.9)CMYK
cmyk(78%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C1CE1
2#1919C8
3#1616AF
4#131396
5#0F0F7D
6#0C0C64
7#09094B
8#060632
9#030319
Tints
Lighter variations
1#4747E8
2#5C5CEB
3#7070ED
4#8484F0
5#9999F2
6#ADADF5
7#C2C2F7
8#D6D6FA
9#EBEBFC
Tones
Muted variations
1#3C3CDD
2#4545D4
3#4E4ECB
4#5757C2
5#5F5FB9
6#6868B0
7#7171A7
8#7A7A9E
9#838395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C4 #C4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9797 #9797F2 | BordersInactive statesPlaceholder text |
| 400 | 6060 #6060EB | Disabled statesSecondary iconsMuted text |
| 500 | 3333 #3333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1919 #1919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1414 #14149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0E #0E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090949 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FD;
--royal-blue-100: #DFDFFB;
--royal-blue-200: #C4C4F8;
--royal-blue-300: #9797F2;
--royal-blue-400: #6060EB;
--royal-blue-500: #3333E6;
--royal-blue-600: #1919C8;
--royal-blue-700: #14149F;
--royal-blue-800: #0E0E71;
--royal-blue-900: #090949;
--royal-blue-950: #06062D;
}