Royal Blue
#2541F4
BlueColor Codes
All color formats for development
HEX
#2541F4RGB
rgb(37, 65, 244)HSL
hsl(232, 90%, 55%)OKLCH
oklch(0.497 0.262 267)CMYK
cmyk(85%, 73%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2BF0
2#0B26D5
3#0A21BB
4#081DA0
5#071885
6#06136B
7#040E50
8#030A35
9#01051B
Tints
Lighter variations
1#3B54F5
2#5167F6
3#667AF7
4#7C8DF8
5#92A0F9
6#A8B3FA
7#BEC6FC
8#D3D9FD
9#E9ECFE
Tones
Muted variations
1#2F48E9
2#3A50DF
3#4457D5
4#4E5FCA
5#5966C0
6#636EB6
7#6D76AB
8#787DA1
9#828597
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 | C0C8 #C0C8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 909E #909EF9 | BordersInactive statesPlaceholder text |
| 400 | 556B #556BF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2541 #2541F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B26 #0B26D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 091E #091EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0616 #061679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0309 #030930 | 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: #C0C8FC;
--royal-blue-300: #909EF9;
--royal-blue-400: #556BF6;
--royal-blue-500: #2541F4;
--royal-blue-600: #0B26D5;
--royal-blue-700: #091EAA;
--royal-blue-800: #061679;
--royal-blue-900: #040E4E;
--royal-blue-950: #030930;
}