Royal Blue
#627BEA
BlueColor Codes
All color formats for development
HEX
#627BEARGB
rgb(98, 123, 234)HSL
hsl(229, 76%, 65%)OKLCH
oklch(0.619 0.169 271.2)CMYK
cmyk(58%, 47%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4562E6
2#284AE2
3#1C3CCC
4#1834AF
5#142B92
6#102275
7#0C1A58
8#08113A
9#04091D
Tints
Lighter variations
1#7288EC
2#8195EE
3#91A2F0
4#A1B0F2
5#B0BDF4
6#C0CAF6
7#D0D7F9
8#E0E5FB
9#EFF2FD
Tones
Muted variations
1#697FE3
2#6F83DC
3#7688D5
4#7D8CCE
5#8490C8
6#8B95C1
7#9199BA
8#989DB3
9#9FA1AD
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 | C5CE #C5CEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A8 #98A8F1 | BordersInactive statesPlaceholder text |
| 400 | 627B #627BEA | Disabled statesSecondary iconsMuted text |
| 500 | 3555 #3555E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B3A #1B3AC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 152E #152E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F21 #0F2170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A15 #0A1548 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | 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: #C5CEF7;
--royal-blue-300: #98A8F1;
--royal-blue-400: #627BEA;
--royal-blue-500: #3555E3;
--royal-blue-600: #1B3AC5;
--royal-blue-700: #152E9D;
--royal-blue-800: #0F2170;
--royal-blue-900: #0A1548;
--royal-blue-950: #060D2D;
}