Royal Blue
#3336E6
BlueColor Codes
All color formats for development
HEX
#3336E6RGB
rgb(51, 54, 230)HSL
hsl(239, 78%, 55%)OKLCH
oklch(0.473 0.253 270.7)CMYK
cmyk(78%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C1FE1
2#191CC8
3#1618AF
4#131596
5#0F117D
6#0C0E64
7#090A4B
8#060732
9#030319
Tints
Lighter variations
1#474AE8
2#5C5EEB
3#7072ED
4#8486F0
5#999AF2
6#ADAEF5
7#C2C3F7
8#D6D7FA
9#EBEBFC
Tones
Muted variations
1#3C3EDD
2#4547D4
3#4E50CB
4#5758C2
5#5F61B9
6#686AB0
7#7172A7
8#7A7B9E
9#838495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C5 #C4C5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9798 #9798F2 | BordersInactive statesPlaceholder text |
| 400 | 6062 #6062EB | Disabled statesSecondary iconsMuted text |
| 500 | 3336 #3336E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 191C #191CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1416 #14169F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E10 #0E1071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090A #090A49 | 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: #F1F2FD;
--royal-blue-100: #DFE0FB;
--royal-blue-200: #C4C5F8;
--royal-blue-300: #9798F2;
--royal-blue-400: #6062EB;
--royal-blue-500: #3336E6;
--royal-blue-600: #191CC8;
--royal-blue-700: #14169F;
--royal-blue-800: #0E1071;
--royal-blue-900: #090A49;
--royal-blue-950: #06062D;
}