Royal Blue
#2641F2
BlueColor Codes
All color formats for development
HEX
#2641F2RGB
rgb(38, 65, 242)HSL
hsl(232, 89%, 55%)OKLCH
oklch(0.496 0.26 267.2)CMYK
cmyk(84%, 73%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2CEF
2#0C27D4
3#0B22BA
4#091D9F
5#081885
6#06136A
7#050F50
8#030A35
9#02051B
Tints
Lighter variations
1#3C54F4
2#5167F5
3#677AF6
4#7D8DF7
5#93A0F9
6#A8B3FA
7#BEC6FB
8#D4D9FC
9#E9ECFE
Tones
Muted variations
1#3049E8
2#3B50DE
3#4558D4
4#4F5FCA
5#5967BF
6#636EB5
7#6E76AB
8#787DA1
9#828596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C8 #C0C8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 909E #909EF9 | BordersInactive statesPlaceholder text |
| 400 | 566B #566BF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2641 #2641F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C27 #0C27D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A1F #0A1FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0716 #071678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4D | 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: #F1F2FE;
--royal-blue-100: #DDE1FD;
--royal-blue-200: #C0C8FB;
--royal-blue-300: #909EF9;
--royal-blue-400: #566BF5;
--royal-blue-500: #2641F2;
--royal-blue-600: #0C27D4;
--royal-blue-700: #0A1FA9;
--royal-blue-800: #071678;
--royal-blue-900: #040E4D;
--royal-blue-950: #030930;
}