Royal Blue
#244AF5
BlueColor Codes
All color formats for development
HEX
#244AF5RGB
rgb(36, 74, 245)HSL
hsl(229, 91%, 55%)OKLCH
oklch(0.511 0.255 266.2)CMYK
cmyk(85%, 70%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B35F1
2#0A30D6
3#092ABC
4#0824A1
5#061E86
6#05186B
7#041250
8#030C36
9#01061B
Tints
Lighter variations
1#3A5CF6
2#506EF7
3#6680F8
4#7B92F9
5#91A5FA
6#A7B7FB
7#BDC9FC
8#D3DBFD
9#E9EDFE
Tones
Muted variations
1#2E51EA
2#3957E0
3#435ED5
4#4E65CB
5#586BC0
6#6272B6
7#6D78AC
8#777FA1
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 | C0CB #C0CBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA3 #8FA3FA | BordersInactive statesPlaceholder text |
| 400 | 5572 #5572F7 | Disabled statesSecondary iconsMuted text |
| 500 | 244A #244AF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A30 #0A30D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0826 #0826AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061B #061B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0411 #04114E | 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: #DDE3FD;
--royal-blue-200: #C0CBFC;
--royal-blue-300: #8FA3FA;
--royal-blue-400: #5572F7;
--royal-blue-500: #244AF5;
--royal-blue-600: #0A30D6;
--royal-blue-700: #0826AA;
--royal-blue-800: #061B7A;
--royal-blue-900: #04114E;
--royal-blue-950: #020B31;
}