Royal Blue
#525AC7
BlueColor Codes
All color formats for development
HEX
#525AC7RGB
rgb(82, 90, 199)HSL
hsl(236, 51%, 55%)OKLCH
oklch(0.521 0.167 275.8)CMYK
cmyk(59%, 55%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E46BF
2#373FA9
3#303794
4#292F7F
5#22276A
6#1B1F55
7#151740
8#0E102A
9#070815
Tints
Lighter variations
1#636ACC
2#747BD2
3#868BD8
4#979CDD
5#A8ACE3
6#BABDE9
7#CBCDEE
8#DCDEF4
9#EEEEF9
Tones
Muted variations
1#585FC1
2#5D64BB
3#6369B5
4#696EAF
5#6F73AA
6#7578A4
7#7B7D9E
8#818298
9#868792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCF #CDCFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AA #A6AAE2 | BordersInactive statesPlaceholder text |
| 400 | 787E #787ED3 | Disabled statesSecondary iconsMuted text |
| 500 | 525A #525AC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 373F #373FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C32 #2C3287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F24 #1F2460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1417 #14173E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FB;
--royal-blue-100: #E4E5F6;
--royal-blue-200: #CDCFEF;
--royal-blue-300: #A6AAE2;
--royal-blue-400: #787ED3;
--royal-blue-500: #525AC7;
--royal-blue-600: #373FA9;
--royal-blue-700: #2C3287;
--royal-blue-800: #1F2460;
--royal-blue-900: #14173E;
--royal-blue-950: #0C0E27;
}