Royal Blue
#2362F6
BlueColor Codes
All color formats for development
HEX
#2362F6RGB
rgb(35, 98, 246)HSL
hsl(222, 92%, 55%)OKLCH
oklch(0.553 0.23 263.3)CMYK
cmyk(86%, 60%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A50F2
2#0947D7
3#083EBC
4#0735A2
5#062C87
6#04236C
7#031B51
8#021236
9#01091B
Tints
Lighter variations
1#3972F7
2#4F81F8
3#6591F9
4#7BA1F9
5#91B1FA
6#A7C0FB
7#BDD0FC
8#D3E0FD
9#E9EFFE
Tones
Muted variations
1#2D66EB
2#386AE1
3#426FD6
4#4D73CC
5#5777C1
6#627BB6
7#6D80AC
8#7784A1
9#828897
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD2 #BFD2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAF #8EAFFA | BordersInactive statesPlaceholder text |
| 400 | 5485 #5485F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2362 #2362F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0947 #0947D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0738 #0738AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0528 #05287A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031A #031A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FE;
--royal-blue-100: #DDE7FE;
--royal-blue-200: #BFD2FC;
--royal-blue-300: #8EAFFA;
--royal-blue-400: #5485F8;
--royal-blue-500: #2362F6;
--royal-blue-600: #0947D7;
--royal-blue-700: #0738AB;
--royal-blue-800: #05287A;
--royal-blue-900: #031A4E;
--royal-blue-950: #021031;
}