Royal Blue
#224CF7
BlueColor Codes
All color formats for development
HEX
#224CF7RGB
rgb(34, 76, 247)HSL
hsl(228, 93%, 55%)OKLCH
oklch(0.516 0.256 265.8)CMYK
cmyk(86%, 69%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0938F4
2#0832D9
3#072BBD
4#0625A2
5#051F87
6#04196C
7#031351
8#020C36
9#01061B
Tints
Lighter variations
1#385EF8
2#4E70F9
3#6482F9
4#7A94FA
5#90A6FB
6#A6B7FC
7#BDC9FD
8#D3DBFD
9#E9EDFE
Tones
Muted variations
1#2C53EC
2#3759E2
3#425FD7
4#4C66CC
5#576CC2
6#6273B7
7#6C79AC
8#777FA2
9#828697
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCB #BFCBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA4 #8EA4FB | BordersInactive statesPlaceholder text |
| 400 | 5374 #5374F9 | Disabled statesSecondary iconsMuted text |
| 500 | 224C #224CF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0832 #0832D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0627 #0627AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041C #041C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0312 #03124F | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE3FE;
--royal-blue-200: #BFCBFD;
--royal-blue-300: #8EA4FB;
--royal-blue-400: #5374F9;
--royal-blue-500: #224CF7;
--royal-blue-600: #0832D9;
--royal-blue-700: #0627AC;
--royal-blue-800: #041C7B;
--royal-blue-900: #03124F;
--royal-blue-950: #020B31;
}