Royal Blue
#777AD4
BlueColor Codes
All color formats for development
HEX
#777AD4RGB
rgb(119, 122, 212)HSL
hsl(238, 52%, 65%)OKLCH
oklch(0.617 0.134 280.2)CMYK
cmyk(44%, 42%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E62CC
2#4549C4
3#383CB0
4#303397
5#282B7E
6#202265
7#181A4C
8#101132
9#080919
Tints
Lighter variations
1#8588D8
2#9295DD
3#A0A2E1
4#AEAFE5
5#BBBDEA
6#C9CAEE
7#D6D7F2
8#E4E4F6
9#F1F2FB
Tones
Muted variations
1#7C7FD0
2#8183CB
3#8587C6
4#8A8CC2
5#8F90BD
6#9394B8
7#9899B4
8#9C9DAF
9#A1A1AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCE #CDCEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6A8 #A6A8E3 | BordersInactive statesPlaceholder text |
| 400 | 777A #777AD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5155 #5155C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 363A #363AAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B2E #2B2E88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F21 #1F2161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1415 #14153E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0D #0C0D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FB;
--royal-blue-100: #E4E4F6;
--royal-blue-200: #CDCEEF;
--royal-blue-300: #A6A8E3;
--royal-blue-400: #777AD4;
--royal-blue-500: #5155C8;
--royal-blue-600: #363AAB;
--royal-blue-700: #2B2E88;
--royal-blue-800: #1F2161;
--royal-blue-900: #14153E;
--royal-blue-950: #0C0D27;
}