Royal Blue
#777CD4
BlueColor Codes
All color formats for development
HEX
#777CD4RGB
rgb(119, 124, 212)HSL
hsl(237, 52%, 65%)OKLCH
oklch(0.621 0.132 279.4)CMYK
cmyk(44%, 42%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E64CC
2#454BC4
3#383EB0
4#303597
5#282C7E
6#202365
7#181A4C
8#101232
9#080919
Tints
Lighter variations
1#8589D8
2#9296DD
3#A0A3E1
4#AEB0E5
5#BBBDEA
6#C9CBEE
7#D6D8F2
8#E4E5F6
9#F1F2FB
Tones
Muted variations
1#7C80D0
2#8184CB
3#8589C6
4#8A8DC2
5#8F91BD
6#9395B8
7#9899B4
8#9C9DAF
9#A1A2AA
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 | CDCE #CDCEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6A9 #A6A9E3 | BordersInactive statesPlaceholder text |
| 400 | 777C #777CD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5157 #5157C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 363C #363CAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B2F #2B2F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F22 #1F2261 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1416 #14163E | 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: #CDCEEF;
--royal-blue-300: #A6A9E3;
--royal-blue-400: #777CD4;
--royal-blue-500: #5157C8;
--royal-blue-600: #363CAB;
--royal-blue-700: #2B2F88;
--royal-blue-800: #1F2261;
--royal-blue-900: #14163E;
--royal-blue-950: #0C0E27;
}