Royal Blue
#244EF5
BlueColor Codes
All color formats for development
HEX
#244EF5RGB
rgb(36, 78, 245)HSL
hsl(228, 91%, 55%)OKLCH
oklch(0.518 0.251 265.8)CMYK
cmyk(85%, 68%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B39F1
2#0A33D6
3#092DBC
4#0826A1
5#062086
6#05196B
7#041350
8#030D36
9#01061B
Tints
Lighter variations
1#3A5FF6
2#5071F7
3#6683F8
4#7B95F9
5#91A6FA
6#A7B8FB
7#BDCAFC
8#D3DCFD
9#E9EDFE
Tones
Muted variations
1#2E54EA
2#395AE0
3#4360D5
4#4E67CB
5#586DC0
6#6273B6
7#6D79AC
8#7780A1
9#828697
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CC #C0CCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA4 #8FA4FA | BordersInactive statesPlaceholder text |
| 400 | 5575 #5575F7 | Disabled statesSecondary iconsMuted text |
| 500 | 244E #244EF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A33 #0A33D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0829 #0829AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061D #061D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0413 #04134E | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE3FD;
--royal-blue-200: #C0CCFC;
--royal-blue-300: #8FA4FA;
--royal-blue-400: #5575F7;
--royal-blue-500: #244EF5;
--royal-blue-600: #0A33D6;
--royal-blue-700: #0829AA;
--royal-blue-800: #061D7A;
--royal-blue-900: #04134E;
--royal-blue-950: #020C31;
}