Royal Blue
#627DEA
BlueColor Codes
All color formats for development
HEX
#627DEARGB
rgb(98, 125, 234)HSL
hsl(228, 76%, 65%)OKLCH
oklch(0.623 0.166 270.5)CMYK
cmyk(58%, 47%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4565E6
2#284DE2
3#1C3FCC
4#1836AF
5#142D92
6#102475
7#0C1B58
8#08123A
9#04091D
Tints
Lighter variations
1#728AEC
2#8197EE
3#91A4F0
4#A1B1F2
5#B0BEF4
6#C0CBF6
7#D0D8F9
8#E0E5FB
9#EFF2FD
Tones
Muted variations
1#6981E3
2#6F85DC
3#7689D5
4#7D8DCE
5#8491C8
6#8B95C1
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 | C5CF #C5CFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AA #98AAF1 | BordersInactive statesPlaceholder text |
| 400 | 627D #627DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3558 #3558E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B3D #1B3DC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1531 #15319D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F23 #0F2370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A16 #0A1648 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | 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: #C5CFF7;
--royal-blue-300: #98AAF1;
--royal-blue-400: #627DEA;
--royal-blue-500: #3558E3;
--royal-blue-600: #1B3DC5;
--royal-blue-700: #15319D;
--royal-blue-800: #0F2370;
--royal-blue-900: #0A1648;
--royal-blue-950: #060E2D;
}