Royal Blue
#7777D4
BlueColor Codes
All color formats for development
HEX
#7777D4RGB
rgb(119, 119, 212)HSL
hsl(240, 52%, 65%)OKLCH
oklch(0.612 0.139 281.5)CMYK
cmyk(44%, 44%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E5ECC
2#4545C4
3#3838B0
4#303097
5#28287E
6#202065
7#18184C
8#101032
9#080819
Tints
Lighter variations
1#8585D8
2#9292DD
3#A0A0E1
4#AEAEE5
5#BBBBEA
6#C9C9EE
7#D6D6F2
8#E4E4F6
9#F1F1FB
Tones
Muted variations
1#7C7CD0
2#8181CB
3#8585C6
4#8A8AC2
5#8F8FBD
6#9393B8
7#9898B4
8#9C9CAF
9#A1A1AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCD #CDCDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6A6 #A6A6E3 | BordersInactive statesPlaceholder text |
| 400 | 7777 #7777D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5151 #5151C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3636 #3636AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B2B #2B2B88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F1F #1F1F61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1414 #14143E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FB;
--royal-blue-100: #E4E4F6;
--royal-blue-200: #CDCDEF;
--royal-blue-300: #A6A6E3;
--royal-blue-400: #7777D4;
--royal-blue-500: #5151C8;
--royal-blue-600: #3636AB;
--royal-blue-700: #2B2B88;
--royal-blue-800: #1F1F61;
--royal-blue-900: #14143E;
--royal-blue-950: #0C0C27;
}