Royal Blue
#2262F7
BlueColor Codes
All color formats for development
HEX
#2262F7RGB
rgb(34, 98, 247)HSL
hsl(222, 93%, 55%)OKLCH
oklch(0.554 0.232 263.2)CMYK
cmyk(86%, 60%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094FF4
2#0846D9
3#073EBD
4#0635A2
5#052C87
6#04236C
7#031A51
8#021236
9#01091B
Tints
Lighter variations
1#3871F8
2#4E81F9
3#6491F9
4#7AA1FA
5#90B0FB
6#A6C0FC
7#BDD0FD
8#D3E0FD
9#E9EFFE
Tones
Muted variations
1#2C66EC
2#376AE2
3#426ED7
4#4C73CC
5#5777C2
6#627BB7
7#6C7FAC
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 | BFD2 #BFD2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAF #8EAFFB | BordersInactive statesPlaceholder text |
| 400 | 5385 #5385F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2262 #2262F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0846 #0846D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0638 #0638AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0428 #04287B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031A #031A4F | 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: #BFD2FD;
--royal-blue-300: #8EAFFB;
--royal-blue-400: #5385F9;
--royal-blue-500: #2262F7;
--royal-blue-600: #0846D9;
--royal-blue-700: #0638AC;
--royal-blue-800: #04287B;
--royal-blue-900: #031A4F;
--royal-blue-950: #021031;
}