Royal Blue
#627FEA
BlueColor Codes
All color formats for development
HEX
#627FEARGB
rgb(98, 127, 234)HSL
hsl(227, 76%, 65%)OKLCH
oklch(0.627 0.164 269.8)CMYK
cmyk(58%, 46%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4568E6
2#2850E2
3#1C42CC
4#1839AF
5#142F92
6#102675
7#0C1C58
8#08133A
9#04091D
Tints
Lighter variations
1#728CEC
2#8199EE
3#91A6F0
4#A1B2F2
5#B0BFF4
6#C0CCF6
7#D0D9F9
8#E0E5FB
9#EFF2FD
Tones
Muted variations
1#6983E3
2#6F87DC
3#768BD5
4#7D8FCE
5#8493C8
6#8B96C1
7#919ABA
8#989EB3
9#9FA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D0 #C5D0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AB #98ABF1 | BordersInactive statesPlaceholder text |
| 400 | 627F #627FEA | Disabled statesSecondary iconsMuted text |
| 500 | 355B #355BE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B40 #1B40C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1533 #15339D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F24 #0F2470 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A17 #0A1748 | Primary textHigh emphasis contentDark headings |
| 950 | 060F #060F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E0E5FB;
--royal-blue-200: #C5D0F7;
--royal-blue-300: #98ABF1;
--royal-blue-400: #627FEA;
--royal-blue-500: #355BE3;
--royal-blue-600: #1B40C5;
--royal-blue-700: #15339D;
--royal-blue-800: #0F2470;
--royal-blue-900: #0A1748;
--royal-blue-950: #060F2D;
}