Royal Blue
#2750F1
BlueColor Codes
All color formats for development
HEX
#2750F1RGB
rgb(39, 80, 241)HSL
hsl(228, 88%, 55%)OKLCH
oklch(0.518 0.244 266)CMYK
cmyk(84%, 67%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3CED
2#0D35D3
3#0C2EB9
4#0A289E
5#082184
6#071A69
7#05144F
8#030D35
9#02071A
Tints
Lighter variations
1#3D61F3
2#5273F4
3#6884F5
4#7E96F7
5#93A7F8
6#A9B9F9
7#BECAFB
8#D4DCFC
9#E9EDFE
Tones
Muted variations
1#3156E7
2#3B5CDD
3#4662D3
4#5068C9
5#5A6EBF
6#6474B5
7#6E7AAB
8#7880A0
9#828696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CC #C1CCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A5 #91A5F8 | BordersInactive statesPlaceholder text |
| 400 | 5777 #5777F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2750 #2750F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D35 #0D35D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2A #0B2AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081E #081E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0513 #05134D | Primary textHigh emphasis contentDark headings |
| 950 | 030C #030C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DDE4FD;
--royal-blue-200: #C1CCFB;
--royal-blue-300: #91A5F8;
--royal-blue-400: #5777F4;
--royal-blue-500: #2750F1;
--royal-blue-600: #0D35D3;
--royal-blue-700: #0B2AA8;
--royal-blue-800: #081E78;
--royal-blue-900: #05134D;
--royal-blue-950: #030C30;
}