Royal Blue
#2265F7
BlueColor Codes
All color formats for development
HEX
#2265F7RGB
rgb(34, 101, 247)HSL
hsl(221, 93%, 55%)OKLCH
oklch(0.559 0.228 262.8)CMYK
cmyk(86%, 59%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0953F4
2#084AD9
3#0741BD
4#0637A2
5#052E87
6#04256C
7#031C51
8#021236
9#01091B
Tints
Lighter variations
1#3875F8
2#4E84F9
3#6493F9
4#7AA3FA
5#90B2FB
6#A6C1FC
7#BDD1FD
8#D3E0FD
9#E9F0FE
Tones
Muted variations
1#2C69EC
2#376DE2
3#4271D7
4#4C75CC
5#5779C2
6#627DB7
7#6C81AC
8#7784A2
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 | BFD3 #BFD3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB0 #8EB0FB | BordersInactive statesPlaceholder text |
| 400 | 5387 #5387F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2265 #2265F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 084A #084AD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 063B #063BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042A #042A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031B #031B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | 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: #BFD3FD;
--royal-blue-300: #8EB0FB;
--royal-blue-400: #5387F9;
--royal-blue-500: #2265F7;
--royal-blue-600: #084AD9;
--royal-blue-700: #063BAC;
--royal-blue-800: #042A7B;
--royal-blue-900: #031B4F;
--royal-blue-950: #021131;
}