Royal Blue
#5265C7
BlueColor Codes
All color formats for development
HEX
#5265C7RGB
rgb(82, 101, 199)HSL
hsl(230, 51%, 55%)OKLCH
oklch(0.542 0.153 272.1)CMYK
cmyk(59%, 49%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E53BF
2#374AA9
3#304194
4#29387F
5#222E6A
6#1B2555
7#151C40
8#0E132A
9#070915
Tints
Lighter variations
1#6375CC
2#7484D2
3#8693D8
4#97A3DD
5#A8B2E3
6#BAC1E9
7#CBD1EE
8#DCE0F4
9#EEF0F9
Tones
Muted variations
1#5869C1
2#5D6DBB
3#6371B5
4#6975AF
5#6F79AA
6#757DA4
7#7B819E
8#818498
9#868892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD3 #CDD3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B0 #A6B0E2 | BordersInactive statesPlaceholder text |
| 400 | 7887 #7887D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5265 #5265C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 374A #374AA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C3B #2C3B87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2A #1F2A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141B #141B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C11 #0C1127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FB;
--royal-blue-100: #E4E7F6;
--royal-blue-200: #CDD3EF;
--royal-blue-300: #A6B0E2;
--royal-blue-400: #7887D3;
--royal-blue-500: #5265C7;
--royal-blue-600: #374AA9;
--royal-blue-700: #2C3B87;
--royal-blue-800: #1F2A60;
--royal-blue-900: #141B3E;
--royal-blue-950: #0C1127;
}