Royal Blue
#2645F2
BlueColor Codes
All color formats for development
HEX
#2645F2RGB
rgb(38, 69, 242)HSL
hsl(231, 89%, 55%)OKLCH
oklch(0.501 0.256 266.9)CMYK
cmyk(84%, 71%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E30EF
2#0C2AD4
3#0B25BA
4#09209F
5#081A85
6#06156A
7#051050
8#030B35
9#02051B
Tints
Lighter variations
1#3C57F4
2#516AF5
3#677DF6
4#7D8FF7
5#93A2F9
6#A8B5FA
7#BEC7FB
8#D4DAFC
9#E9ECFE
Tones
Muted variations
1#304CE8
2#3B53DE
3#455AD4
4#4F61CA
5#5969BF
6#6370B5
7#6E77AB
8#787EA1
9#828596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C9 #C0C9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A0 #90A0F9 | BordersInactive statesPlaceholder text |
| 400 | 566E #566EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2645 #2645F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C2A #0C2AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A22 #0A22A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0718 #071878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040F #040F4D | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DDE2FD;
--royal-blue-200: #C0C9FB;
--royal-blue-300: #90A0F9;
--royal-blue-400: #566EF5;
--royal-blue-500: #2645F2;
--royal-blue-600: #0C2AD4;
--royal-blue-700: #0A22A9;
--royal-blue-800: #071878;
--royal-blue-900: #040F4D;
--royal-blue-950: #030A30;
}