Royal Blue
#243CF5
BlueColor Codes
All color formats for development
HEX
#243CF5RGB
rgb(36, 60, 245)HSL
hsl(233, 91%, 55%)OKLCH
oklch(0.491 0.268 267.1)CMYK
cmyk(85%, 76%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B26F1
2#0A22D6
3#091EBC
4#0819A1
5#061586
6#05116B
7#040D50
8#030836
9#01041B
Tints
Lighter variations
1#3A50F6
2#5063F7
3#6677F8
4#7B8AF9
5#919EFA
6#A7B1FB
7#BDC5FC
8#D3D8FD
9#E9ECFE
Tones
Muted variations
1#2E44EA
2#394CE0
3#4354D5
4#4E5CCB
5#5864C0
6#626CB6
7#6D74AC
8#777CA1
9#828497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C7 #C0C7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9B #8F9BFA | BordersInactive statesPlaceholder text |
| 400 | 5567 #5567F7 | Disabled statesSecondary iconsMuted text |
| 500 | 243C #243CF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A22 #0A22D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 081B #081BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0613 #06137A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040C #040C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE1FD;
--royal-blue-200: #C0C7FC;
--royal-blue-300: #8F9BFA;
--royal-blue-400: #5567F7;
--royal-blue-500: #243CF5;
--royal-blue-600: #0A22D6;
--royal-blue-700: #081BAA;
--royal-blue-800: #06137A;
--royal-blue-900: #040C4E;
--royal-blue-950: #020831;
}