Royal Blue
#3362E6
BlueColor Codes
All color formats for development
HEX
#3362E6RGB
rgb(51, 98, 230)HSL
hsl(224, 78%, 55%)OKLCH
oklch(0.544 0.207 265.1)CMYK
cmyk(78%, 57%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C50E1
2#1947C8
3#163EAF
4#133696
5#0F2D7D
6#0C2464
7#091B4B
8#061232
9#030919
Tints
Lighter variations
1#4772E8
2#5C82EB
3#7091ED
4#84A1F0
5#99B1F2
6#ADC0F5
7#C2D0F7
8#D6E0FA
9#EBEFFC
Tones
Muted variations
1#3C67DD
2#456BD4
3#4E6FCB
4#5773C2
5#5F77B9
6#687CB0
7#7180A7
8#7A849E
9#838895
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D2 #C4D2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AF #97AFF2 | BordersInactive statesPlaceholder text |
| 400 | 6085 #6085EB | Disabled statesSecondary iconsMuted text |
| 500 | 3362 #3362E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1947 #1947C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1439 #14399F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E29 #0E2971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091A #091A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FD;
--royal-blue-100: #DFE7FB;
--royal-blue-200: #C4D2F8;
--royal-blue-300: #97AFF2;
--royal-blue-400: #6085EB;
--royal-blue-500: #3362E6;
--royal-blue-600: #1947C8;
--royal-blue-700: #14399F;
--royal-blue-800: #0E2971;
--royal-blue-900: #091A49;
--royal-blue-950: #06102D;
}